Skip to content

post_users 帖子-特定用户表

字段名字段类型字段注释默认值可空备注
idbigint UNSIGNED主键 IDNO自动递增
post_idbigint UNSIGNED帖子 IDNO关联字段 posts->id
user_idbigint UNSIGNED用户 IDNO关联字段 users->id
plugin_fskeyvarchar(64)录入的插件NO哪个插件触发的记录
关联字段 plugins->fskey
more_jsonjson扩展字段YES
created_attimestamp创建时间CURRENT_TIMESTAMPNO
updated_attimestamp更新时间YES
deleted_attimestamp删除时间YES

说明

  • 由插件填入的数据,API 接口会输出,视图如何使用,由客户端决定。
  • 举例场景:打赏用户列表

Released under the Apache-2.0 License