Skip to content

seo

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNOAuto Increment
usage_typetinyint UNSIGNEDType of targetNO1.User / 2.Group / 3.Hashtag / 4.Post / 5.Comment
usage_idbigint UNSIGNEDTarget 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
lang_tagvarchar(16)Language TagNORefer to "Multilingual Uniqueness Logic"
titlevarchar(255)SEO TitleYES
keywordsvarchar(255)SEO KeywordsYES
descriptionvarchar(255)SEO DescriptionYES
created_attimestampCreate TimeCURRENT_TIMESTAMPNO
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Released under the Apache-2.0 License