assess-admin/src/main/resources/db/migration/V20231205001_work_notification.sql
@@ -2,7 +2,6 @@ -- ---------------------------- -- 从业告知表 -- ---------------------------- drop table if exists `smart_assess`.`ass_work_notification`; CREATE TABLE `smart_assess`.`ass_work_notification` ( `id` bigint NOT NULL AUTO_INCREMENT, `service_start_date` datetime NOT NULL COMMENT '服务开始时间',