Describe the bug
Parsing "CREATE TABLE mytable (ID INT(10) UNSIGNED NOT NULL AUTO_INCREMENT) ROW_FORMAT=DEFAULT;" throws an exception:
Database Engine
MariaDB
To Reproduce
node: v20.18.3
node-sql-parser: 5.3.8
import SQLParser from 'node-sql-parser/build/mariadb.js';
new SQLParser.Parser().astify(`CREATE TABLE mytable (ID INT(10) UNSIGNED NOT NULL AUTO_INCREMENT) ROW_FORMAT=DEFAULT;`)
Expected behavior
It should parse the statement
Describe the bug
Parsing "CREATE TABLE mytable (ID INT(10) UNSIGNED NOT NULL AUTO_INCREMENT) ROW_FORMAT=DEFAULT;" throws an exception:
Database Engine
MariaDB
To Reproduce
node: v20.18.3
node-sql-parser: 5.3.8
Expected behavior
It should parse the statement