{ "summary": [ { "name": "cms_site_config", "title": "站点配置表", "primary": [ "id" ] } ], "fields": [ { "name": "id", "title": "主键ID", "type": "str", "length": 32, "nullable": "no" }, { "name": "org_id", "title": "组织ID", "type": "str", "length": 32, "default": "0" }, { "name": "config_group", "title": "配置组(hero/footer/contact/seo)", "type": "str", "length": 32, "nullable": "no" }, { "name": "config_key", "title": "配置键", "type": "str", "length": 100, "nullable": "no" }, { "name": "config_value", "title": "配置值", "type": "text" }, { "name": "config_type", "title": "值类型(text/image/html/json)", "type": "str", "length": 32, "default": "text" }, { "name": "sort_order", "title": "排序号", "type": "int", "default": "0" }, { "name": "updated_at", "title": "更新时间", "type": "timestamp" } ], "indexes": [ { "name": "idx_config_org_group", "idxtype": "unique", "idxfields": [ "org_id", "config_group", "config_key" ] } ] }