Returns whether tableName belongs to implicit relation storage.
tableName
bool isImplicitManyToManyTableName(String tableName) { return tableName.startsWith(kImplicitManyToManyTablePrefix); }