ALTER TABLE `invite` ADD `creator_id` text NOT NULL REFERENCES user(id);--> statement-breakpoint ALTER TABLE `invite` ADD `expires_at` integer NOT NULL;--> statement-breakpoint ALTER TABLE `invite` ADD `uses` text DEFAULT '[]' NOT NULL;--> statement-breakpoint ALTER TABLE `invite` ADD `max_uses` integer;