mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
[ticket/17528] Fix typo
PHPBB-17528
This commit is contained in:
@@ -20,7 +20,7 @@ use Doctrine\DBAL\Schema\TableDiff;
|
|||||||
* MySQL specific schema handling.
|
* MySQL specific schema handling.
|
||||||
*
|
*
|
||||||
* While adding auto_increment column to MySQL, it must be indexed.
|
* 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.
|
* because MySQL primary key columns cannot be NULL.
|
||||||
*/
|
*/
|
||||||
class mysql_platform extends AbstractMySQLPlatform
|
class mysql_platform extends AbstractMySQLPlatform
|
||||||
|
Reference in New Issue
Block a user