Skip to content

Commit 145e303

Browse files
committed
ColumnDefinitionProcessor: support for tinyint data type
1 parent 25d3315 commit 145e303

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/PHPSQLParser/processors/ColumnDefinitionProcessor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ public function process($tokens) {
148148

149149
case 'BIT':
150150
case 'TINYBIT':
151+
case 'TINYINT':
151152
case 'SMALLINT':
152153
case 'MEDIUMINT':
153154
case 'INT':

0 commit comments

Comments
 (0)