tableNameWithoutSchemeSanitized

Returns the table name without schema, with all quotes removed.

Used for two purposes:

  1. Forming primary and foreign key names

  2. Comparing table names from database metadata (except MySQL and MariaDB)

See also

org.jetbrains.exposed.v1.sql.vendors.VendorDialect.metadataMatchesTable