You are here

protected property Schema::$mysqlStringTypes in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Database/Driver/mysql/Schema.php \Drupal\Core\Database\Driver\mysql\Schema::mysqlStringTypes

List of MySQL string types.

Type: array

File

core/lib/Drupal/Core/Database/Driver/mysql/Schema.php, line 35

Class

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

Namespace

Drupal\Core\Database\Driver\mysql

Code

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