Skip to content

plugin_callbacks

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNOAuto Increment
plugin_fskeyvarchar(64)Generate data for plugin fskeyNORelated field plugins->fskey
account_idbigint UNSIGNEDAccount that generated the dataYESRelated field accounts->id
user_idbigint UNSIGNEDUser that generated the dataYESRelated field users->id
ulidvarchar(64)Callback query keyNOUnique value
Universally Unique Lexicographically Sortable Identifier
Example: 01GQBMS8BBTCKTT7B0T3EER8XR
typesmallint UNSIGNEDType1NOSee description below
contentjsonReturn parameter contentYES
is_usedtinyint UNSIGNEDStatus0NO0. Not called
1. Called (used)
used_plugin_fskeyvarchar(64)Data use plugin fskeyYESRelated field plugins->fskey
created_attimestampCreate TimeCURRENT_TIMESTAMPNO
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

type

NumberConst NameDescription
1TYPE_CUSTOMIZECustomize
2TYPE_RELOADReload / Refresh page
3TYPE_TOKENToken
4TYPE_ACCOUNTAccount
5TYPE_USERUser
6TYPE_GROUPGroup
7TYPE_HASHTAGHashtag
8TYPE_POSTPost
9TYPE_COMMENTComment
10TYPE_ARCHIVEExtended profile information
11TYPE_EXTENDExtended content information
12TYPE_OPERATIONExtended function information
13TYPE_FILEFile
14TYPE_MAPMap
15TYPE_CONTENT_READ_AUTHContent read permission
16TYPE_CONTENT_USER_LISTContent attached user
17TYPE_CONTENT_COMMENT_BUTTONContent comment button
18TYPE_CONTENT_COMMENT_CONFIGContent comment configuration

Released under the Apache-2.0 License