From 9a8a4a431c61d22a334003b2e8a52571ea809920 Mon Sep 17 00:00:00 2001 From: heheng <475597332@qq.com> Date: 星期一, 24 三月 2025 13:15:34 +0800 Subject: [PATCH] 增加业务类别 --- assess-admin/src/main/resources/db/migration/V20231204002_estimate_plan.sql | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/assess-admin/src/main/resources/db/migration/V20231204002_estimate_plan.sql b/assess-admin/src/main/resources/db/migration/V20231204002_estimate_plan.sql index daaa103..4c040c5 100644 --- a/assess-admin/src/main/resources/db/migration/V20231204002_estimate_plan.sql +++ b/assess-admin/src/main/resources/db/migration/V20231204002_estimate_plan.sql @@ -2,11 +2,9 @@ -- ---------------------------- -- 评价项目计划表 -- ---------------------------- -drop table if exists `smart_assess`.`ass_estimate_plan`; CREATE TABLE `smart_assess`.`ass_estimate_plan` ( `id` bigint NOT NULL AUTO_INCREMENT, `auser_id` bigint NOT NULL COMMENT '评价机构负责人id', -`technical_id` bigint NOT NULL COMMENT '技术负责人负责人id', `start_date` datetime NOT NULL COMMENT '评价开始时间', `end_date` datetime NOT NULL COMMENT '评价结束时间', `project_id` bigint NOT NULL COMMENT '项目id', -- Gitblit v1.9.2