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