Skip to content

Commit

Permalink
JSON case
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamFalci authored and iamcal committed Dec 29, 2020
1 parent e2d6e9e commit 9bf1bfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SQLParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ function parse_field($tokens){
case 'TEXT':
case 'MEDIUMTEXT':
case 'LONGTEXT':
case 'JSON':

$this->parse_field_binary($tokens, $f);
$this->parse_field_charset($tokens, $f);
Expand Down

0 comments on commit 9bf1bfd

Please sign in to comment.