Maximum length of a column comment in MySQL.
File
- core/lib/Drupal/Core/Database/Driver/mysql/Schema.php, line 30
Class
- Schema
- MySQL implementation of \Drupal\Core\Database\Schema.
Namespace
Drupal\Core\Database\Driver\mysql
Code
const COMMENT_MAX_COLUMN = 255;
Please login to continue.