update sql脚本

This commit is contained in:
不做码农
2022-05-24 18:44:45 +08:00
parent b2fc830341
commit 24734e1730
3 changed files with 2 additions and 0 deletions

View File

@@ -735,6 +735,7 @@ create table gen_table_column (
isInsert TINYINT , --'是否为插入字段1是',
isEdit TINYINT , --'是否编辑字段1是',
isList TINYINT , --'是否列表字段1是',
isSort TINYINT , --'是否排序字段1是',
isQuery TINYINT ,-- '是否查询字段1是',
queryType varchar(200) default 'EQ' , --'查询方式(等于、不等于、大于、小于、范围)',
htmlType varchar(200) , --'显示类型(文本框、文本域、下拉框、复选框、单选框、日期控件)',