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' , ); |
Please login to continue.