疯狂的狮子li
2022-06-29 2bd6ad99637fc245f35c871fe936c26961a76fa0
script/sql/ry_vue_4.X.sql
@@ -515,7 +515,7 @@
-- ----------------------------
drop table if exists sys_config;
create table sys_config (
  config_id         int(5)          not null                   comment '参数主键',
  config_id         bigint(20)      not null                   comment '参数主键',
  config_name       varchar(100)    default ''                 comment '参数名称',
  config_key        varchar(100)    default ''                 comment '参数键名',
  config_value      varchar(500)    default ''                 comment '参数键值',
@@ -559,7 +559,7 @@
-- ----------------------------
drop table if exists sys_notice;
create table sys_notice (
  notice_id         int(4)          not null                   comment '公告ID',
  notice_id         bigint(20)      not null                   comment '公告ID',
  notice_title      varchar(50)     not null                   comment '公告标题',
  notice_type       char(1)         not null                   comment '公告类型(1通知 2公告)',
  notice_content    longblob        default null               comment '公告内容',
@@ -614,7 +614,7 @@
drop table if exists gen_table_column;
create table gen_table_column (
  column_id         bigint(20)      not null                   comment '编号',
  table_id          varchar(64)                                comment '归属表编号',
  table_id          bigint(20)                                 comment '归属表编号',
  column_name       varchar(200)                               comment '列名称',
  column_comment    varchar(500)                               comment '列描述',
  column_type       varchar(100)                               comment '列类型',