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
app_fskeyvarchar(64)Input pluginNOWhich plugin triggered the record
Related field apps->fskey
more_infojsonExtended fieldsYES
created_attimestampCreate TimeuseCurrentNOFor example, MySQL defaults to CURRENT_TIMESTAMP
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Explanation

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

Released under the Apache-2.0 License