78fbbcda21
Optimise mysql adapter. Add TokenScope to mysql adapter. Add SimpleBulkInsert() to installer. Optimise panel.Plugins() route.
6 lines
161 B
SQL
6 lines
161 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
|
|
); |