heheng
2025-03-27 5d2cfd4562f74496a5263db3451c1e78ff53aead
assess-admin/src/main/resources/db/migration/V20231124002_attach.sql
@@ -2,7 +2,6 @@
-- ----------------------------
-- 系统上传文件表
-- ----------------------------
drop table if exists `smart_assess`.`sys_attach`;
CREATE TABLE `smart_assess`.`sys_attach`  (
`id` bigint NOT NULL AUTO_INCREMENT,
`name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '文件名称',