解决合并冲突
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE public.wor_device_dispense ADD preparer_id int8 NULL;
|
||||
COMMENT ON COLUMN public.wor_device_dispense.preparer_id IS '配药人';
|
||||
-- 插入为wor_device_dispense表添加列的迁移记录
|
||||
INSERT INTO __MigrationsHistory (MigrationId, ProductVersion)
|
||||
VALUES ('202509180852 add_column_wor_device_dispense', '1.0.0');
|
||||
Reference in New Issue
Block a user