Clean up new user verification
This commit is contained in:
parent
99b2ee94bf
commit
c78998739d
4 changed files with 37 additions and 23 deletions
|
@ -4,6 +4,7 @@
|
|||
CREATE TABLE verification (
|
||||
user_id BIGINT NOT NULL,
|
||||
nonce CHARACTER(60) NOT NULL UNIQUE,
|
||||
referer CHARACTER VARYING(100) NOT NULL,
|
||||
|
||||
created_at TIMESTAMP WITH TIME ZONE NOT NULL,
|
||||
|
||||
|
|
Reference in a new issue