迁移:将DB变更记录SQL文件移动到sql目录下
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE doc_statistics ADD COLUMN time_point VARCHAR NULL;
|
||||
COMMENT ON COLUMN doc_statistics.time_point IS '时间点';
|
||||
-- Insert migration record
|
||||
INSERT INTO __MigrationsHistory (MigrationId, ProductVersion)
|
||||
VALUES ('202511211515 alter_table doc_statistics', '1.0.0');
|
||||
Reference in New Issue
Block a user