master
column_type_format
protected function column_type_format( string $type ): string { switch ( \strtoupper( $type ) ) { case 'CHAR': case 'VARCHAR': case 'BINARY':