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