-- 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, PRIMARY KEY(`token`) );