So I've been given a lovely little database. One of the tables in the database (several million rows large) has this column:
time_in character varying(255)
Stored in there is an epoch timestamp. What is the most sane way I can convert this to a proper epoch timestamp column without losing data?