Skip to content
On this page

post_allows

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNED记录 IDNO自动递增
post_idbigint UNSIGNED帖子 IDNO关联字段 posts->id
typetinyint UNSIGNED类型1NO1.用户 / 2.角色
object_idbigint UNSIGNED目标 IDNO关联字段 users->id
关联字段 roles->id
is_initialtinyint UNSIGNED是否为初始授权0NO0.否 / 1.是
created_attimestampCreate TimeCURRENT_TIMESTAMPNO
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Released under the Apache-2.0 License