Skip to content

post_users

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNOAuto Increment
post_idbigint UNSIGNEDPost IDNORelated field posts->id
user_idbigint UNSIGNEDUser IDNORelated field users->id
plugin_fskeyvarchar(64)Input pluginNOWhich plugin triggered the record
Related field plugins->fskey
more_jsonjsonExtended fieldsYES
created_attimestampCreate TimeCURRENT_TIMESTAMPNO
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Explanation

  • Data filled in by plugins, API output, how the view uses it is determined by the client.
  • Example scenario: Reward user list

Released under the Apache-2.0 License