Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
junwen12221 committed May 16, 2022
1 parent 59c4da3 commit b8dc3b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public synchronized void checkStore() {
JdbcUtils.execute(connection.getRawConnection(), "CREATE TABLE IF NOT EXISTS mycat.`spm_baseline` (\n" +
" `id` bigint(22) NOT NULL AUTO_INCREMENT,\n" +
" `fix_plan_id` bigint(22) DEFAULT NULL,\n" +
" `constraint` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,\n" +
" `constraint` longtext CHARACTER SET utf8mb4 NOT NULL,\n" +
" `extra_constraint` longtext,\n" +
" PRIMARY KEY (`id`),\n" +
" UNIQUE KEY `constraint_index` (`constraint`(22)),\n" +
Expand Down

0 comments on commit b8dc3b5

Please sign in to comment.