5 lines
230 B
SQL
5 lines
230 B
SQL
COMMENT ON COLUMN 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'); |