You are here

constant Schema::COMMENT_MAX_TABLE in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Database/Driver/mysql/Schema.php \Drupal\Core\Database\Driver\mysql\Schema::COMMENT_MAX_TABLE

Maximum length of a table comment in MySQL.

File

core/lib/Drupal/Core/Database/Driver/mysql/Schema.php, line 30
Contains \Drupal\Core\Database\Driver\mysql\Schema.

Class

Schema
MySQL implementation of \Drupal\Core\Database\Schema.

Namespace

Drupal\Core\Database\Driver\mysql

Code

const COMMENT_MAX_TABLE = 60;