表结构的调整

This commit is contained in:
chenbo 2020-03-26 18:11:23 +08:00
parent def6d4d9c7
commit 552b72b19f
1 changed files with 0 additions and 1 deletions

View File

@ -740,4 +740,3 @@ CREATE TABLE `dts_user_formid` (
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 155 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Compact;
SET FOREIGN_KEY_CHECKS = 1;