maven
3 天以前 3b9d4ccc8283d44b9eea0a44479b4c928f644e1e
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';