You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
com.alibaba.druid.sql.parser.ParserException: syntax error, error in :'test int(11) signed NOT NULL DEFAULT '0' CO', expect ), actual null, pos 126, line 3, column 19, token IDENTIFIER signed
at com.alibaba.druid.sql.parser.SQLParser.printError(SQLParser.java:622)
at com.alibaba.druid.sql.parser.SQLParser.accept(SQLParser.java:630)
at com.alibaba.druid.sql.dialect.mysql.parser.MySqlCreateTableParser.parseCreateTable(MySqlCreateTableParser.java:370)
at com.alibaba.druid.sql.dialect.mysql.parser.MySqlStatementParser.parseCreate(MySqlStatementParser.java:309)
at com.alibaba.druid.sql.parser.SQLStatementParser.parseStatementList(SQLStatementParser.java:249)
at com.alibaba.druid.sql.parser.SQLStatementParser.parseStatement(SQLStatementParser.java:4557)
The text was updated successfully, but these errors were encountered:
com.alibaba.druid.sql.parser.ParserException: syntax error, error in :'
test
int(11) signed NOT NULL DEFAULT '0' CO', expect ), actual null, pos 126, line 3, column 19, token IDENTIFIER signedThe text was updated successfully, but these errors were encountered: