'Error when run StartSonar.bat "Failed to create table schema_migrations"

After running startSonar.bat I encountered the following error:

ERROR web[][o.s.s.p.PlatformImpl] Web server startup failed java.lang.IllegalStateException: Failed to create table schema_migrations

.

.

.

Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement "CREATE TABLE SCHEMA_MIGRATIONS (VERSION VARCHAR (۲۵۵[]) NOT NULL) "; expected "long"; SQL statement: CREATE TABLE schema_migrations (version VARCHAR (۲۵۵) NOT NULL) [42001-199]*



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source