three60/drizzle/0002_sweet_mentallo.sql
2024-12-24 09:28:20 +01:00

2 lines
No EOL
148 B
SQL

ALTER TABLE `users_table` ADD `verification_code` varchar(255);--> statement-breakpoint
ALTER TABLE `users_table` ADD `verifcationCodeExpires` date;