protected DbDumpCommand::fieldTypeMap(Connection $connection, $type)
Given a database field type, return a Drupal type.
Parameters
\Drupal\Core\Database\Connection $connection: The database connection to use.
string $type: The MySQL field type.
Return value
string The Drupal schema field type. If there is no mapping, the original field type is returned.
File
core/lib/Drupal/Core/Command/DbDumpCommand.php, line 301
Class
DbDumpCommand Provides a command to dump the current database to a s