ALTER TABLE "post" ALTER COLUMN "number" DROP NOT NULL;--> statement-breakpoint UPDATE "post" SET "number" = NULL WHERE "status" = 'draft';