迁移:将DB变更记录SQL文件移动到sql目录下
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
ALTER TABLE doc_statistics_definition ADD COLUMN type_code VARCHAR(20) NULL;
|
||||
COMMENT ON COLUMN doc_statistics_definition.type_code IS '类型代码';
|
||||
|
||||
-- Insert migration record
|
||||
INSERT INTO __MigrationsHistory (MigrationId, ProductVersion)
|
||||
VALUES ('202511191303 alter_table doc_statistics_definition', '1.0.0');
|
||||
Reference in New Issue
Block a user