/* Warnings: - Made the column `telephoneHq` on table `Branch` required. This step will fail if there are existing NULL values in that column. */ -- AlterTable ALTER TABLE "Branch" ALTER COLUMN "telephoneHq" SET NOT NULL;