[ticket/17528] Fix typo

PHPBB-17528
This commit is contained in:
rxu 2025-07-05 13:26:53 +07:00 committed by Marc Alexander
parent 85ca470272
commit 6d3f04251d
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -20,7 +20,7 @@ use Doctrine\DBAL\Schema\TableDiff;
* MySQL specific schema handling.
*
* While adding auto_increment column to MySQL, it must be indexed.
* If it's indexed as primary key, it ahould be declared as NOT NULL
* If it's indexed as primary key, it should be declared as NOT NULL
* because MySQL primary key columns cannot be NULL.
*/
class mysql_platform extends AbstractMySQLPlatform