Skip to content

extend_users 扩展参与用户表

字段名字段类型字段注释默认值可空备注
idbigint UNSIGNED主键 IDNO自动递增
extend_idbigint UNSIGNED扩展内容 IDNO关联字段 extends->id
user_idbigint UNSIGNED用户主键 IDNO关联字段 users->id
action_keyvarchar(64)参与的键名YES
created_attimestamp创建时间useCurrentNO比如 MySQL 默认值为 CURRENT_TIMESTAMP
updated_attimestamp更新时间YES
deleted_attimestamp删除时间YES

Released under the Apache-2.0 License