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',
);
doc_Drupal
2016-10-29 09:39:41
Comments
Leave a Comment

Please login to continue.