migration_toolkit/executors/discover.py [33:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
SOURCE_TYPE_TO_SCHEMA: Dict[SourceType, str] = {
    SourceType.MYSQL: "database",
    SourceType.ORACLE: "schema",
}
SOURCE_TYPE_TO_TABLES: Dict[SourceType, str] = {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



migration_toolkit/sql_generators/create_table/discover_result_parser.py [31:36]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  }
  SOURCE_TYPE_TO_SCHEMA: Dict[SourceType, str] = {
      SourceType.MYSQL: "database",
      SourceType.ORACLE: "schema",
  }
  SOURCE_TYPE_TO_TABLES: Dict[SourceType, str] = {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



