0305571cb3
Fixed the build tags for the alt database engines. Tweaked the quotes on the PgSQL adapter. Still not functional. Removed the SQLite build tag as it's unlikely that it'll ever be implemented.
6 lines
164 B
SQL
6 lines
164 B
SQL
CREATE TABLE "emails" (
|
|
`email` varchar (200) not null,
|
|
`uid` int not null,
|
|
`validated` boolean DEFAULT 0 not null,
|
|
`token` varchar (200) DEFAULT '' not null
|
|
); |