ALTER TABLE `expenses` ADD `type` text DEFAULT 'expense' NOT NULL;--> statement-breakpoint ALTER TABLE `participants` ADD `paypal_link` text;