Skip to content

post_auths

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDRecord IDNOAuto Increment
post_idbigint UNSIGNEDPost IDNORelated field posts->id
typetinyint UNSIGNEDType1NO1.User / 2.Role
object_idbigint UNSIGNEDTarget IDNORelated field users->id
Related field roles->id
is_initialtinyint UNSIGNEDIs it an initial authorization?0NO0.No / 1.Yes
created_attimestampCreate TimeCURRENT_TIMESTAMPNO
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Released under the Apache-2.0 License