e.g.
ALTER TABLE "user_shipment" ALTER COLUMN "ship_cpl_id" VARCHAR(20) NULL;
should be
ALTER TABLE public.user_shipment ALTER COLUMN ship_cpl_id DROP NOT NULL;
One by one we will get to full PostgreSQL support :D
Thanks again for your help
Regards, Ben