微服务版后端初始化
This commit is contained in:
1
script/20240902/字段长度修改-mysql.sql
Normal file
1
script/20240902/字段长度修改-mysql.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE xjr_data_auth_table_relation MODIFY COLUMN table_name varchar(100);
|
||||
1
script/20240902/字段长度修改.sql
Normal file
1
script/20240902/字段长度修改.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE "xjr_data_auth_table_relation" ALTER COLUMN "table_name" TYPE CHARACTER VARYING(100 char);
|
||||
Reference in New Issue
Block a user