new_users fields are more explicit
also easier to work with given current goals
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
-- Used only for those that have been given an invite and are currently using that invite
|
||||
CREATE TABLE IF NOT EXISTS `new_users` (
|
||||
`token` bigint NOT NULL,
|
||||
`invite_id` bigint NOT NULL,
|
||||
`token` VARCHAR(255) NOT NULL,
|
||||
`invite_id` bigint UNSIGNED NOT NULL,
|
||||
PRIMARY KEY(`token`)
|
||||
);
|
||||
Reference in New Issue
Block a user