Files
voyage/migrations/0007_nervous_scalphunter.sql
2024-04-03 22:59:05 +00:00

2 lines
138 B
SQL

ALTER TABLE "user" ADD COLUMN "first_name" text NOT NULL;--> statement-breakpoint
ALTER TABLE "user" ADD COLUMN "last_name" text NOT NULL;