更改单据编号表的表名
This commit is contained in:
@@ -669,4 +669,10 @@ ROW_FORMAT=COMPACT
|
||||
-- ----------------------------
|
||||
drop table databasechangelog;
|
||||
drop table databasechangeloglock;
|
||||
drop table jsh_app;
|
||||
drop table jsh_app;
|
||||
|
||||
-- ----------------------------
|
||||
-- 时间:2019年11月28日
|
||||
-- 单据编号表-改表名
|
||||
-- ----------------------------
|
||||
ALTER TABLE tbl_sequence RENAME TO jsh_sequence;
|
||||
Reference in New Issue
Block a user