maven
2 天以前 8b90abc8dc984cff231dc127a65ce6e492003eb2
main-business/src/main/resources/db/migration/postgresql/V20250613112800__create_table_production_inventory.sql
@@ -16,7 +16,7 @@
);
-- 添加表注释
COMMENT ON TABLE production_inventory IS '生产主表';
COMMENT ON TABLE production_inventory IS '生产库存使用记录表';
-- 添加字段注释
COMMENT ON COLUMN production_inventory.id IS '主键ID';