7 lines
282 B
SQL
7 lines
282 B
SQL
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`);
|