constant Schema::COMMENT_MAX_COLUMN in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Database/Driver/mysql/Schema.php \Drupal\Core\Database\Driver\mysql\Schema::COMMENT_MAX_COLUMN
Maximum length of a column comment in MySQL.
File
- core/
lib/ Drupal/ Core/ Database/ Driver/ mysql/ Schema.php, line 29
Class
- Schema
- MySQL implementation of \Drupal\Core\Database\Schema.
Namespace
Drupal\Core\Database\Driver\mysqlCode
const COMMENT_MAX_COLUMN = 255;