We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1ff9f commit fada3e6Copy full SHA for fada3e6
1 file changed
tests/WP_SQLite_Translator_Tests.php
@@ -1293,8 +1293,7 @@ public function testReservedKeywordsAsFieldNames() {
1293
'CREATE TABLE `_tmp_table` (
1294
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
1295
`INDEX` timestamp,
1296
- PRIMARY KEY (`id`),
1297
- KEY numeric (numeric)
+ PRIMARY KEY (`id`)
1298
);'
1299
);
1300
$results = $this->assertQuery( 'DESCRIBE _tmp_table;' );
0 commit comments