Skip to content

temp_callback_contents

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNOAuto Increment
app_fskeyvarchar(64)Generate data for plugin fskeyNORelated field apps->fskey
keyvarchar(64)Callback query keyNOUnique value
typesmallint UNSIGNEDType1NOSee description below
contentjsonReturn parameter contentYES
retention_daystinyint UNSIGNEDRetention Days1NOData can be retained for a number of days, after which it can be deleted.
is_enabledtinyint UNSIGNEDIs Valid1NO0.Invalid / 1.Valid
created_attimestampCreate TimeuseCurrentNOFor example, MySQL defaults to CURRENT_TIMESTAMP
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

type

NumberConst NameDescription
1TYPE_UNKNOWNUnknown
2TYPE_AUTHORIZATIONAuthorization
3TYPE_TOKENToken
4TYPE_ACCOUNTAccount
5TYPE_WALLETWallet
6TYPE_USERUser
7TYPE_GROUPGroup
8TYPE_HASHTAGHashtag
9TYPE_GEOTAGGeotag
10TYPE_POSTPost
11TYPE_COMMENTComment
12TYPE_ARCHIVEExtended profile information
13TYPE_EXTENDExtended content information
14TYPE_OPERATIONExtended function information
15TYPE_FILEFile
16TYPE_LOCATION_INFOLocation Info

Released under the Apache-2.0 License