PHP-SQL-Parser
PHP-SQL-Parser copied to clipboard
Tiny int is missing in ColumnDefinitionProcessor.php
Hi, I found this small bug, the behavior is unexpected when create table is parsed and one of the columns contains tinyint type. I found the bug and fixed it: In ColumnDefinitionProcessor.php line 154, case 'TINYINT': should be added to the group of case statements which represent different int type definitions. Thanks for your great library