Skip to content

group_admins

Column NameTypeCommentDefaultNullRemark
idint UNSIGNEDPrimary Key IDNOAuto Increment
group_idint UNSIGNEDGroup IDNORelated field groups->id
user_idbigint UNSIGNEDUser IDNORelated field users->id
created_attimestampCreate TimeuseCurrentNOFor example, MySQL defaults to CURRENT_TIMESTAMP
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Released under the Apache-2.0 License