maven
2025-10-15 8c627df4abacbe7397d0c1831f1a71c62ebe15b2
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';