diff --git a/sql/tenant.sql b/sql/tenant.sql index e7b3085..c153e6d 100644 --- a/sql/tenant.sql +++ b/sql/tenant.sql @@ -21,4 +21,4 @@ CREATE TABLE `tenant` AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = '租户信息表' - ROW_FORMAT = Dynamic; \ No newline at end of file + ROW_FORMAT = Dynamic;mcallzbl \ No newline at end of file