liyong
2026-01-30 904f4fbefeeb88232b19941fcb18e8a9be4a4130
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';