From 0f8f4c5de1d817aa87c4c79e966d3cfbd0997aeb Mon Sep 17 00:00:00 2001 From: liding <756868258@qq.com> Date: 星期三, 23 七月 2025 16:55:56 +0800 Subject: [PATCH] 1.设备领用添加记录 2.采购添加运费 --- main-business/src/main/resources/db/migration/postgresql/V20250614134700__create_table_inspection_task.sql | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/main-business/src/main/resources/db/migration/postgresql/V20250614134700__create_table_inspection_task.sql b/main-business/src/main/resources/db/migration/postgresql/V20250614134700__create_table_inspection_task.sql index dd1451e..3918bfb 100644 --- a/main-business/src/main/resources/db/migration/postgresql/V20250614134700__create_table_inspection_task.sql +++ b/main-business/src/main/resources/db/migration/postgresql/V20250614134700__create_table_inspection_task.sql @@ -10,6 +10,7 @@ registrant VARCHAR(100), -- 鐧昏浜哄憳 frequency_type VARCHAR(100), -- 棰戞 inspection_location VARCHAR(255), -- 宸℃鍦扮偣璇︾粏鎻忚堪 + frequency_detail VARCHAR(255), -- 鏃堕棿缁嗚妭 deleted INT NOT NULL DEFAULT 0, -- 杞垹闄ゆ爣蹇楋細0=鏈垹闄わ紝1=宸插垹闄� create_by VARCHAR(255), -- 鍒涘缓浜虹敤鎴峰悕 @@ -36,6 +37,8 @@ ON COLUMN inspection_task.frequency_type IS '棰戞'; COMMENT ON COLUMN inspection_task.inspection_location IS '宸℃鍦扮偣璇︾粏鎻忚堪'; +COMMENT +ON COLUMN inspection_task.frequency_detail IS '鏃堕棿缁嗚妭'; COMMENT ON COLUMN inspection_task.deleted IS '杞垹闄ゆ爣蹇楋紝0=鏈垹闄わ紝1=宸插垹闄�'; -- Gitblit v1.9.3