Skip to content

Commit

Permalink
Make the test query from #563 valid.
Browse files Browse the repository at this point in the history
  • Loading branch information
niconoe- committed Aug 26, 2024
1 parent f98d717 commit d166fd1
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 76 deletions.
2 changes: 1 addition & 1 deletion tests/data/parser/parseCreateTableWithParser.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CREATE TABLE `mytable` (
`column_one` smallint unsigned DEFAULT NULL,
`column_one` VARCHAR(255) DEFAULT NULL,
FULLTEXT KEY `fulltext_index` (`column_one`) /*!50100 WITH PARSER `ngram` */,
CONSTRAINT `my_constraint_1` FOREIGN KEY (`column_one`) REFERENCES `other_table` (`column_two`) ON DELETE RESTRICT ON UPDATE RESTRICT
)
Loading

0 comments on commit d166fd1

Please sign in to comment.