{% include 'header.html' ignore missing %}
SQL
Sql
类型
Select
非Select
结果
建表
本建表语句,会自动建立核心字段:id,add_time,update_time,is_approval,add_user_id,zt_id,数据库规范请遵守:https://github.com/dcrphp/core/wiki/规范:数据库
表名
表注释
引擎
innodb
字符集
同系统字符集及校对集
自动生成单表管理
是
字段名
类型
长度
默认值(必填,如果没有数字为0,字符串为'')
备注
索引
操作
{% for type_name in type_list %}
{{type_name}}
{% endfor %}
varchar
text
无索引
唯一索引
普通索引
{% include 'footer.html' ignore missing %}