-- AlterTable
ALTER TABLE "parent-job" ALTER COLUMN "address" DROP NOT NULL,
ALTER COLUMN "phone" DROP NOT NULL;
