Files
voyage/migrations/0012_quiet_katie_power.sql
2024-04-26 22:43:13 +00:00

2 lines
143 B
SQL

ALTER TABLE "adventures" ALTER COLUMN "userId" DROP NOT NULL;--> statement-breakpoint
ALTER TABLE "adventures" ADD COLUMN "type" text NOT NULL;