tableNameWithoutSchemeSanitized
Returns the table name without schema, with all quotes removed.
Used for two purposes:
Forming primary and foreign key names
Comparing table names from database metadata (except MySQL and MariaDB)
See also
org.jetbrains.exposed.v1.sql.vendors.VendorDialect.metadataMatchesTable