kongzy
2024-08-09 a2a1f2a22db7c2e53275359fb5f8d6c0dd15d8d6
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',