protected property Schema::$maxIdentifierLength in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php \Drupal\Core\Database\Driver\pgsql\Schema::maxIdentifierLength
The maximum allowed length for index, primary key and constraint names.
Value will usually be set to a 63 chars limit but PostgreSQL allows to higher this value before compiling, so we need to check for that.
Type: integer
File
- core/
lib/ Drupal/ Core/ Database/ Driver/ pgsql/ Schema.php, line 44 - Contains \Drupal\Core\Database\Driver\pgsql\Schema.
Class
- Schema
- PostgreSQL implementation of \Drupal\Core\Database\Schema.
Namespace
Drupal\Core\Database\Driver\pgsqlCode
protected $maxIdentifierLength;