wangliang 4 年之前
父节点
当前提交
413e599995
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      distributed-print-business/src/main/resources/db/init-table.sql

+ 1 - 0
distributed-print-business/src/main/resources/db/init-table.sql

@@ -278,6 +278,7 @@ CREATE TABLE `exam_detail`  (
   `create_time` bigint(20) NULL DEFAULT NULL,
   `update_id` bigint(20) NULL DEFAULT NULL,
   `update_time` bigint(20) NULL DEFAULT NULL,
+  `attachment_path` mediumtext COMMENT '附件路径',
   PRIMARY KEY (`id`) USING BTREE
 ) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '考务数据' ROW_FORMAT = Dynamic;