File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -270,12 +270,12 @@ public function testShowCreateTable1() {
270
270
# TODO: Should we fix mismatch with original `option_value` text NOT NULL,` without default?
271
271
$ this ->assertEquals (
272
272
"CREATE TABLE _tmp_table (
273
- `ID` bigint PRIMARY KEY AUTO_INCREMENT NOT NULL,
274
- `option_name` varchar(255) DEFAULT '',
275
- `option_value` text NOT NULL DEFAULT '',
276
- KEY _tmp_table__composite (option_name, option_value),
277
- UNIQUE KEY _tmp_table__option_name (option_name)
278
- ); " ,
273
+ `ID` bigint PRIMARY KEY AUTO_INCREMENT NOT NULL,
274
+ `option_name` varchar(255) DEFAULT '',
275
+ `option_value` text NOT NULL DEFAULT '',
276
+ KEY _tmp_table__composite (option_name, option_value),
277
+ UNIQUE KEY _tmp_table__option_name (option_name)
278
+ ); " ,
279
279
$ results [0 ]->{'Create Table ' }
280
280
);
281
281
}
You can’t perform that action at this time.
0 commit comments