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',