Skip to content

app_badges

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNOAuto Increment
app_fskeyvarchar(64)Associated Plugin FskeyNORelated field apps->fskey
user_idbigint UNSIGNEDUser IDNORelated field users->id
display_typetinyint UNSIGNEDDisplay TypeNO1. Red dot / 2. Number / 3. Text
value_numbersmallint UNSIGNEDNumeric ValueYESNumeric content
value_textvarchar(8)TextYESPure text content
created_attimestampCreate TimeuseCurrentNOFor example, MySQL defaults to CURRENT_TIMESTAMP
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Released under the Apache-2.0 License