kongzy
2024-08-09 a2a1f2a22db7c2e53275359fb5f8d6c0dd15d8d6
assess-admin/src/main/resources/db/migration/V20231206001_process_audit.sql
@@ -2,8 +2,7 @@
-- ----------------------------
-- 过程控制负责人审核表
-- ----------------------------
drop table if exists `smart_assess`.`sys_process_audit`;
CREATE TABLE `smart_assess`.`sys_process_audit`  (
CREATE TABLE `smart_assess`.`ass_process_audit`  (
`id` bigint NOT NULL AUTO_INCREMENT,
`audit_date` datetime NOT NULL COMMENT '审核日期',
`process_leader_id` bigint NOT NULL COMMENT '过程控制负责人id',