Skip to content

Commit e259521

Browse files
authored
fixup: docs
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 698bf09 commit e259521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/DB/MigrationService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ public function executeStep($version, $schemaOnly = false): void {
542542
* - Column names must be 63 chars or shorter
543543
* - Index names must be 63 chars or shorter
544544
* - Sequence names must be 63 chars or shorter
545-
* - Primary key names must be set to 63 chars or shorts - or the table name must be <= 56 characters (63 - 5 for '_pKey' suffix) including the tablename prefix
545+
* - Primary key names must be set to 63 chars or shorter - or the table name must be <= 58 characters (63 - 5 for '_pKey' suffix) including the table name prefix
546546
*
547547
* This is based on the identifier limits set by our supported database engines:
548548
* - MySQL and MariaDB support 64 characters

0 commit comments

Comments
 (0)