Skip to content

mentions 艾特记录表

字段名字段类型字段注释默认值可空备注
idbigint UNSIGNED主键 IDNO自动递增
user_idbigint UNSIGNED发起艾特者 IDNO关联字段 users->id
mention_typetinyint UNSIGNED关联目标类型1NO内容类型编号
mention_idbigint UNSIGNED关联目标主键 IDNO
mention_user_idbigint UNSIGNED被艾特用户 IDNO关联字段 users->id
created_attimestamp创建时间useCurrentNO比如 MySQL 默认值为 CURRENT_TIMESTAMP
updated_attimestamp更新时间YES
deleted_attimestamp删除时间YES

Released under the Apache-2.0 License