Skip to content
On this page

plugin_badges

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNOAuto Increment
plugin_unikeyvarchar(64)关联插件名称NO关联字段 plugins->unikey
user_idbigint UNSIGNED用户 IDNO关联字段 users->id
display_typetinyint UNSIGNED显示类型NO1.红点 / 2.文字 / 3.数字
value_textvarchar(8)文本YES纯文字内容
value_numbersmallint UNSIGNED数值YES数字内容
created_attimestampCreate TimeCURRENT_TIMESTAMPNO
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Released under the Apache-2.0 License