数据库字典
ims_yz_diyform_type(自定义表单->表单类型表)
| 字段 | 类型 | 空 | 默认 | 注释 |
|---|---|---|---|---|
| id | int(11) | NO | id | |
| uniacid | int(11) | NO | 0 | 公众号id |
| title | varchar(255) | YES | null | 表单标题 |
| fields | text | YES | null | 表单内容 |
| status | tinyint(1) | YES | null | 状态:0-不成功;1-成功 |
| success | varchar(255) | YES | null | 提交成功提示文本 |
| submit_number | int(11) | YES | null | 允许提交次数 |
| created_at | int(11) | YES | 创建时间 | |
| updated_at | int(11) | YES | 更新时间 | |
| deleted_at | int(11) | YES | 删除时间 |