You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Doctrine\DBAL\Exception\DriverException]
An exception occurred while executing 'CREATE TABLE `oc_spreedme_room_participants` (`userId` VARCHAR(256) NOT NULL, `roomId` VARCH
AR(256) NOT NULL, `lastPing` INT NOT NULL, PRIMARY KEY(`userId`)) DEFAULT CHARACTER SET utf8 COLLATE utf8_bin ENGINE = InnoDB':
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes
[Doctrine\DBAL\Driver\PDOException]
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes
[PDOException]
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes
The text was updated successfully, but these errors were encountered:
juliusknorr
changed the title
Database creation fails due to index length limit on MySQL
Database creation fails due to primary key length limit on MySQL
Oct 2, 2016
The text was updated successfully, but these errors were encountered: