Create column type timestamp with time zone on Postgre with migration

Hey, anyone here know how to create a colum type timestamp with time zone in Postgre in a migration?

Ideally, it should fallback to some datetime type of field or similar, wouldn’t it?

Right now I am using $this->DateTime(), but it creates a column "timestamp(0) without time zone".

Thanks