heheng
2025-03-24 9a8a4a431c61d22a334003b2e8a52571ea809920
assess-admin/src/main/resources/db/migration/V20231205005_audit.sql
@@ -2,8 +2,7 @@
-- ----------------------------
-- 审核表
-- ----------------------------
drop table if exists `smart_assess`.`sys_audit`;
CREATE TABLE `smart_assess`.`sys_audit`  (
CREATE TABLE `smart_assess`.`ass_audit`  (
`id` bigint NOT NULL AUTO_INCREMENT,
`audit_date` datetime NOT NULL COMMENT '审核日期',
`affirm_date` datetime NOT NULL COMMENT '内部审核确定日期',