表单安装 安装后最高可存放1000万+条数据
表字段预览 除系统字段外,yesapi_rule数据库表 共有 11 个表字段
第 1-11 条, 共 11 条.
| 字段名称 | 字段类型 | 字段默认值 | 是否允许为空 | 字段描述 | 索引 | 字段数据示例 |
|---|---|---|---|---|---|---|
| selector_id | varchar(128) | 否 | selector id | 无索引 | ||
| match_mode | int(11) | 否 | matching mode (0 and 1 or) | 无索引 | ||
| rule_name | varchar(128) | 否 | rule name | 无索引 | ||
| enabled | tinyint(4) | 否 | whether to open (0 close, 1 open) | 无索引 | ||
| loged | tinyint(4) | 否 | whether to log or not (0 no print, 1 print) | 无索引 | ||
| match_restful | tinyint(4) | 否 | whether to match restful(0 cache, 1 not cache) | 无索引 | ||
| namespace_id | varchar(50) | 否 | namespace id | 无索引 | ||
| sort_code | int(11) | 否 | sort | 无索引 | ||
| handle | text | 是 | processing logic (here for different plug-ins, there will be different fields to identify different processes, all data in JSON format is stored) | 无索引 | ||
| date_created | timestamp(3) | 是 | create time | 无索引 | ||
| date_updated | timestamp(3) | CURRENT_TIMESTAMP | 否 | update time | 无索引 | CURRENT_TIMESTAMP |
粤公网安备44011302002121号
|
