5 lines
237 B
SQL
5 lines
237 B
SQL
COMMENT ON COLUMN public.doc_inventory_item_static.unit_code IS '单位';
|
|
|
|
-- Insert migration record
|
|
INSERT INTO __MigrationsHistory (MigrationId, ProductVersion)
|
|
VALUES ('202512131115 add_column_med_medication_definition', '1.0.0'); |