Which column type is needed for unix timestamps?

Hi,

I’m importing data using ETL service to Postgres database. It puts unix timestamps in miliseconds to columns with type/Text.

I am unable to use this in Metabase. Which format should the column have? DateTime, Integer or something else?

Can i safely change column type without losing data?