-- Your SQL goes here CREATE TABLE IF NOT EXISTS `invites` ( `id` bigint UNSIGNED NOT NULL, `expires` bigint UNSIGNED NOT NULL, `uses` integer NOT NULL, PRIMARY KEY( `id` ) );