【完善】代码生成对 DM 达梦数据的兼容性

This commit is contained in:
YunaiV
2024-04-24 09:35:17 +08:00
parent 0649c315d1
commit fb237fa22e
15 changed files with 0 additions and 38 deletions

View File

@@ -196,7 +196,6 @@ CREATE TABLE IF NOT EXISTS "infra_codegen_column" (
"column_comment" varchar(500) NOT NULL,
"nullable" tinyint not null,
"primary_key" tinyint not null,
"auto_increment" varchar(5) not null,
"ordinal_position" int not null,
"java_type" varchar(32) NOT NULL,
"java_field" varchar(64) NOT NULL,