We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98d717 commit d166fd1Copy full SHA for d166fd1
2 files changed
tests/data/parser/parseCreateTableWithParser.in
@@ -1,5 +1,5 @@
1
CREATE TABLE `mytable` (
2
- `column_one` smallint unsigned DEFAULT NULL,
+ `column_one` VARCHAR(255) DEFAULT NULL,
3
FULLTEXT KEY `fulltext_index` (`column_one`) /*!50100 WITH PARSER `ngram` */,
4
CONSTRAINT `my_constraint_1` FOREIGN KEY (`column_one`) REFERENCES `other_table` (`column_two`) ON DELETE RESTRICT ON UPDATE RESTRICT
5
)
0 commit comments