迁移:将DB变更记录SQL文件移动到sql目录下
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE wor_inventory_item ALTER COLUMN delete_flag TYPE bpchar(1) USING delete_flag::bpchar(1);
|
||||
|
||||
-- Insert migration record
|
||||
INSERT INTO __MigrationsHistory (MigrationId, ProductVersion)
|
||||
VALUES ('202511201214 alter_table wor_inventory_item', '1.0.0');
|
||||
Reference in New Issue
Block a user