ALTER TABLE `phone_handoff_tickets` ADD `activation_nonce` text; --> statement-breakpoint ALTER TABLE `phone_handoff_tickets` ADD `activated_at` text; --> statement-breakpoint CREATE UNIQUE INDEX `idx_phone_handoff_activation_nonce` ON `phone_handoff_tickets` (`activation_nonce`);