github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/schema/mssql/query_password_resets.sql (about) 1 CREATE TABLE [password_resets] ( 2 [email] nvarchar (200) not null, 3 [uid] int not null, 4 [validated] nvarchar (200) not null, 5 [token] nvarchar (200) not null, 6 [createdAt] datetime not null 7 );