Browse Source

update sql

RuoYi 2 years ago
parent
commit
a5b612c8e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sql/ry_20230223.sql

+ 1 - 1
sql/ry_20230223.sql

@@ -670,7 +670,7 @@ create table gen_table (
670
 drop table if exists gen_table_column;
670
 drop table if exists gen_table_column;
671
 create table gen_table_column (
671
 create table gen_table_column (
672
   column_id         bigint(20)      not null auto_increment    comment '编号',
672
   column_id         bigint(20)      not null auto_increment    comment '编号',
673
-  table_id          varchar(64)                                comment '归属表编号',
673
+  table_id          bigint(20)                                 comment '归属表编号',
674
   column_name       varchar(200)                               comment '列名称',
674
   column_name       varchar(200)                               comment '列名称',
675
   column_comment    varchar(500)                               comment '列描述',
675
   column_comment    varchar(500)                               comment '列描述',
676
   column_type       varchar(100)                               comment '列类型',
676
   column_type       varchar(100)                               comment '列类型',