heheng
2024-12-11 e3241a8a2b867fb60cd63edd64744a1fbfae0d1d
assess-admin/src/main/resources/db/migration/V20231130004_estimate_task.sql
@@ -2,7 +2,6 @@
-- ----------------------------
-- 评价认为通知表
-- ----------------------------
drop table if exists `smart_assess`.`ass_estimate_task`;
CREATE TABLE `smart_assess`.`ass_estimate_task`  (
`id` bigint NOT NULL AUTO_INCREMENT,
`leader_id` bigint NOT NULL COMMENT '项目负责人id',