Skip to content

mentions

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNOAuto Increment
user_idbigint UNSIGNEDInitiator user IDNORelated field users->id
mention_typetinyint UNSIGNEDRelated target type1NOContent Type
mention_idbigint UNSIGNEDRelated target primary key IDNO
mention_user_idbigint UNSIGNEDMentioned user 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