Clean up new user verification

This commit is contained in:
Matthew Dillon 2015-06-26 14:07:59 -08:00
parent 99b2ee94bf
commit c78998739d
4 changed files with 37 additions and 23 deletions

View file

@ -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,