ALTER TABLE "urls" ALTER COLUMN "id" SET DEFAULT gen_random_uuid();--> statement-breakpoint ALTER TABLE "urls" ALTER COLUMN "title" DROP NOT NULL;