tableName quoted for the current dialect. Prefer it over tableName in raw SQL, since dialects quote schemas differently.
String get quotedTableName => ValueEncoder.instance.quoteTableName(tableName);