中文
Appearance
开关字段用于存储布尔值,表示是/否两种状态。
tinyint(1)
integer
{ "is_active": true, "is_visible": false, "is_default": true }