Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Schema.php

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: int

File

core/modules/pgsql/src/Driver/Database/pgsql/Schema.php, line 45

Class

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

Namespace

Drupal\pgsql\Driver\Database\pgsql

Code

protected $maxIdentifierLength;
RSS feed
Powered by Drupal