Skip to content

extends

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNOAuto Increment
eidvarchar(32)Public IDNOUnique
user_idbigint UNSIGNEDCreator IDNORelated field users->id
plugin_fskeyvarchar(64)Creator pluginNORelated field plugins->fskey
typetinyint UNSIGNEDType1NO1. Text box / 2. Info box / 3. Interactive box
text_contenttextText box specific - contentYESValid only when frame is "text box" extension type, supports Morkdown format
text_is_markdowntinyint UNSIGNEDText box specific - content in MD format0NO0. No / 1. Yes
info_box_typetinyint UNSIGNEDInfo box specific - typeYES1. Square info frame
2. Large square info frame
3. Vertical image info frame
4. Horizontal image info frame
cover_file_idbigint UNSIGNEDCover image IDYESRelated field files->id
cover_file_urlvarchar(255)Cover image URLYES
titlevarchar(255)TitleYESMultilingual
title_colorchar(6)Title - text colorYES
desc_primaryvarchar(255)Primary descriptionYESMultilingual
desc_primary_colorchar(6)Primary description - text colorYES
desc_secondaryvarchar(255)Secondary descriptionYESMultilingual
desc_secondary_colorchar(6)Secondary description - text colorYES
button_namevarchar(64)Button nameYESMultilingual
button_colorchar(6)Button colorYES
positiontinyint UNSIGNEDDisplay position2NO1. Top / 2. Bottom
parametervarchar(128)Custom parameterYESLogic refers to plugin description
more_jsonjsonExtended configurationYESCustom information, how to use requires client cooperation
is_enabledtinyint UNSIGNEDIs Valid1NO0.Invalid / 1.Valid
created_attimestampUpload timeCURRENT_TIMESTAMPNO
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYESEmpty means not deleted

Released under the Apache-2.0 License