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.