Definition
/**
* Converts a Doctrine\DBAL\Schema\Table to a Flow\ETL\Schema.
*
* @param array<class-string<\Flow\Types\Type<mixed>>, class-string<\Doctrine\DBAL\Types\Type>> $types_map
*
* @return Schema
*/
table_schema_to_flow_schema(Table $table, array $types_map) : Schema