Skip to content

extend_users

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNOAuto Increment
extend_idbigint UNSIGNEDExtend Content IDNORelated field extends->id
user_idbigint UNSIGNEDUser Primary Key IDNORelated field users->id
action_keyvarchar(64)Used Key NameYES
created_attimestampCreate TimeuseCurrentNOFor example, MySQL defaults to CURRENT_TIMESTAMP
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Released under the Apache-2.0 License