Uniq email

master
aljazmedic 2022-11-18 17:21:40 +01:00
parent 38c8c21f81
commit 9e5aa72a7b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ CREATE TABLE IF NOT EXISTS channels (
);
CREATE TABLE IF NOT EXISTS users (
email VARCHAR(40) UNIQUE,
email VARCHAR(40),
nickname VARCHAR(40) UNIQUE,
password VARCHAR(40),
propic TEXT,