优化代码生成&新增默认值处理

This commit is contained in:
不做码农
2023-02-17 11:02:27 +08:00
parent a51c85fcad
commit c7582e62ed
15 changed files with 128 additions and 75 deletions

View File

@@ -749,7 +749,8 @@ create table gen_table_column (
create_time datetime , --'创建时间',
update_by varchar(64) default '' , --'更新者',
update_time datetime , --'更新时间',
remark VARCHAR(200)
remark VARCHAR(200) ,--
autoFillType INT --自动填充类型 1、添加 2、编辑 3、添加编辑
)
GO
-- ----------------------------