1.0.7版本升级

This commit is contained in:
暮光:城中城
2021-01-01 19:31:08 +08:00
parent 861762e005
commit 911410027d
18 changed files with 27 additions and 26 deletions

View File

@@ -316,6 +316,7 @@ CREATE TABLE `wiki_page_file` (
`update_time` datetime NULL DEFAULT NULL COMMENT '',
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '0= 1=',
`download_num` int(11) NOT NULL DEFAULT 0 COMMENT '',
`file_size` bigint NULL COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
UNIQUE INDEX `uk_uuid`(`uuid`) USING BTREE COMMENT 'ID'
) ENGINE = InnoDB AUTO_INCREMENT = 15 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;