-- Modify "Infra" table ALTER TABLE "public"."Infra" ALTER COLUMN "Code" SET NOT NULL; -- Modify "Item" table ALTER TABLE "public"."Item" DROP COLUMN "Infra_Id";