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

1
2
3
4
5
6
7
8
protected $mysqlStringTypes = array(
  'VARCHAR',
  'CHAR',
  'TINYTEXT',
  'MEDIUMTEXT',
  'LONGTEXT',
  'TEXT',
);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.