github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/schema/mssql/query_emails.sql (about)

     1  CREATE TABLE [emails] (
     2  	[email] nvarchar (200) not null,
     3  	[uid] int not null,
     4  	[validated] bit DEFAULT 0 not null,
     5  	[token] nvarchar (200) DEFAULT '' not null
     6  );