You are here

protected property Schema::$mysqlStringTypes in Drupal 10

List of MySQL string types.

Type: array

File

core/modules/mysql/src/Driver/Database/mysql/Schema.php, line 35

Class

Schema
MySQL implementation of \Drupal\Core\Database\Schema.

Namespace

Drupal\mysql\Driver\Database\mysql

Code

protected $mysqlStringTypes = [
  'VARCHAR',
  'CHAR',
  'TINYTEXT',
  'MEDIUMTEXT',
  'LONGTEXT',
  'TEXT',
];