mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-30 05:16:28 +02:00
Update createDatabase.sql
Fix unique key to big
This commit is contained in:
parent
6255220f5d
commit
e585647583
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ CREATE TABLE IF NOT EXISTS events
|
||||||
CREATE TABLE IF NOT EXISTS users
|
CREATE TABLE IF NOT EXISTS users
|
||||||
(
|
(
|
||||||
id INT NOT NULL AUTO_INCREMENT,
|
id INT NOT NULL AUTO_INCREMENT,
|
||||||
email VARCHAR(255) NOT NULL,
|
email VARCHAR(191) NOT NULL,
|
||||||
password VARCHAR(255) NOT NULL,
|
password VARCHAR(255) NOT NULL,
|
||||||
admin BOOLEAN NOT NULL DEFAULT FALSE,
|
admin BOOLEAN NOT NULL DEFAULT FALSE,
|
||||||
transfer BOOLEAN NOT NULL DEFAULT FALSE,
|
transfer BOOLEAN NOT NULL DEFAULT FALSE,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue