diff --git a/createDatabase.sql b/createDatabase.sql index 798fcac..09470b1 100755 --- a/createDatabase.sql +++ b/createDatabase.sql @@ -123,7 +123,7 @@ CREATE TABLE IF NOT EXISTS events CREATE TABLE IF NOT EXISTS users ( id INT NOT NULL AUTO_INCREMENT, - email VARCHAR(255) NOT NULL, + email VARCHAR(191) NOT NULL, password VARCHAR(255) NOT NULL, admin BOOLEAN NOT NULL DEFAULT FALSE, transfer BOOLEAN NOT NULL DEFAULT FALSE,