ALTER TABLE `commercial_quotes` ADD `public_token` text;--> statement-breakpoint
ALTER TABLE `commercial_quotes` ADD `client_status` text DEFAULT 'pending' NOT NULL;--> statement-breakpoint
ALTER TABLE `commercial_quotes` ADD `client_name` text;--> statement-breakpoint
ALTER TABLE `commercial_quotes` ADD `client_note` text;--> statement-breakpoint
ALTER TABLE `commercial_quotes` ADD `responded_at` integer;--> statement-breakpoint
CREATE UNIQUE INDEX `commercial_quotes_public_token_unique` ON `commercial_quotes` (`public_token`);