Skip to content

block_words

Column NameTypeCommentDefaultNullRemark
idint UNSIGNEDPrimary Key IDNOAuto Increment
wordvarchar(32)Processed WordNOUnique
content_modetinyint UNSIGNEDContent Processing Mode (posts and comments)1NO1.No processing
2.Automatic replacement
3.Prohibited publication
4.Requires review after publication
user_modetinyint UNSIGNEDUser Processing Mode (nickname and bio)1NO1.No processing
2.Automatic replacement
3.Prohibited use
conversation_modetinyint UNSIGNEDMessage Processing Mode (conversation messages)1NO1.No processing
2.Automatic replacement
3.Prohibited sending
replace_wordvarchar(64)Replacement WordYES
created_attimestampCreate TimeCURRENT_TIMESTAMPNO
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Released under the Apache-2.0 License