mirror of https://github.com/xfarrow/blink
Update 10-create_request_reset_password.sql
This commit is contained in:
parent
2abf27a7c7
commit
468e70c22b
|
@ -7,7 +7,7 @@ CREATE TABLE IF NOT EXISTS public."RequestResetPassword"
|
||||||
id serial,
|
id serial,
|
||||||
email character varying(128) NOT NULL,
|
email character varying(128) NOT NULL,
|
||||||
secret character varying NOT NULL,
|
secret character varying NOT NULL,
|
||||||
time_of_request timestamp with time zone NOT NULL DEFAULT now(),
|
time_of_request timestamp without time zone NOT NULL DEFAULT now(),
|
||||||
CONSTRAINT "RequestResetPassword_pkey" PRIMARY KEY (id)
|
CONSTRAINT "RequestResetPassword_pkey" PRIMARY KEY (id)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue