Skip to content
On this page

stickers

Column NameTypeCommentDefaultNullRemark
idint UNSIGNEDPrimary Key IDNOAuto Increment
codevarchar(32)表情符号NOUnique 不区分中英文或符号
namevarchar(64)名称NO多语言
image_file_idbigint UNSIGNED表情图 IDYES关联字段 files->id
image_file_urlvarchar(255)表情图 URLYES
typetinyint UNSIGNED是否表情小组1NO1.表情 / 2.表情小组
parent_idint UNSIGNED父级表情 IDYES
ratingsmallint UNSIGNED排列顺序99YES升序排序
is_enabletinyint UNSIGNED是否启用1YES0.停用 / 1.启用
created_attimestampCreate TimeCURRENT_TIMESTAMPYES
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Released under the Apache-2.0 License