We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839b2fb commit 6112306Copy full SHA for 6112306
1 file changed
src/Parser/CreateTableParser.php
@@ -373,6 +373,7 @@ private static function parseFieldOrKey(array &$tokens, array &$fields, array &$
373
$indexes[] = $index;
374
return;
375
case 'CHECK':
376
+ case 'FOREIGN KEY':
377
378
}
379
0 commit comments