We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d6e9e commit 9bf1bfdCopy full SHA for 9bf1bfd
1 file changed
src/SQLParser.php
@@ -682,6 +682,7 @@ function parse_field($tokens){
682
case 'TEXT':
683
case 'MEDIUMTEXT':
684
case 'LONGTEXT':
685
+ case 'JSON':
686
687
$this->parse_field_binary($tokens, $f);
688
$this->parse_field_charset($tokens, $f);
0 commit comments