We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d3315 commit 145e303Copy full SHA for 145e303
1 file changed
src/PHPSQLParser/processors/ColumnDefinitionProcessor.php
@@ -148,6 +148,7 @@ public function process($tokens) {
148
149
case 'BIT':
150
case 'TINYBIT':
151
+ case 'TINYINT':
152
case 'SMALLINT':
153
case 'MEDIUMINT':
154
case 'INT':
0 commit comments