Skip to:
rank is, as of MySQL 8.0.2, a reserved keyword.
https://dev.mysql.com/doc/refman/8.0/en/keywords.html#keywords-8-0-detailed-R
The table `ofRosterGroups` uses rank as a column, and on MySQL this will need to escaped when creating and accessing the table.
See also https://docs.oracle.com/javase/7/docs/api/java/sql/DatabaseMetaData.html#getIdentifierQuoteString()
rank is, as of MySQL 8.0.2, a reserved keyword.
https://dev.mysql.com/doc/refman/8.0/en/keywords.html#keywords-8-0-detailed-R
The table `ofRosterGroups` uses rank as a column, and on MySQL this will need to escaped when creating and accessing the table.