fix
heheng
2025-01-07 d37a3ee6a7439b376b260177f3fb318a94833b5e
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 '服务开始时间',