protected property Schema::$mysqlStringTypes

List of MySQL string types.

Type: array

File

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

Class

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

Namespace

Drupal\Core\Database\Driver\mysql

Code

protected $mysqlStringTypes = array(
  'VARCHAR',
  'CHAR',
  'TINYTEXT',
  'MEDIUMTEXT',
  'LONGTEXT',
  'TEXT',
);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Database!Driver!mysql!Schema.php/property/Schema::mysqlStringTypes/8.1.x