表单安装 安装后可存放1000万+条数据
表字段预览 除系统字段外,okayapi_shopxo_s_custom_view数据库表 共有 10 个表字段
Displaying 1-10 of 10 results.
字段名称 | 字段类型 | 字段默认值 | 是否允许为空 | 字段描述 | 索引 | 字段数据示例 |
---|---|---|---|---|---|---|
title | char(60) | 否 | 标题 | Normal Index | ||
content | text | 是 | 内容 | |||
is_enable | tinyint(1) | 1 | 否 | 是否启用(0否,1是) | Normal Index | 1 |
is_header | tinyint(1) | 1 | 否 | 是否包含头部(0否, 1是) | 1 | |
is_footer | tinyint(1) | 1 | 否 | 是否包含尾部(0否, 1是) | 1 | |
is_full_screen | tinyint(1) | 0 | 否 | 是否满屏(0否, 1是) | 0 | |
image | text | 是 | 图片数据(一维数组json) | |||
image_count | tinyint(3) | 0 | 否 | 文章图片数量 | Normal Index | 0 |
access_count | int(11) | 0 | 否 | 访问次数 | Normal Index | 0 |
upd_time | int(11) | 0 | 否 | 更新时间 | 0 |