@@ -1,5 +0,0 @@
|
||||
ALTER TABLE public.doc_statistics ADD COLUMN time_point VARCHAR NULL;
|
||||
COMMENT ON COLUMN public.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