Skip to content

mentions

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNOAuto Increment
user_idbigint UNSIGNEDInitiator user IDNORelated field users->id
mention_typetinyint UNSIGNEDRelated target type1NO1.User users->bio
2.Group groups->description
3.Hashtag hashtags->description
4.Post posts->content
5.Comment comments->content
mention_idbigint UNSIGNEDRelated target primary key IDNO1.Related field users->id
2.Related field groups->id
3.Related field hashtags->id
4.Related field posts->id
5.Related field comments->id
mention_user_idbigint UNSIGNEDMentioned user IDNORelated field users->id
created_attimestampCreate TimeCURRENT_TIMESTAMPNO
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Released under the Apache-2.0 License