By using below query, i had tried to convert the Text column to Bigint.
select id::bigint from TBL_Log limit 20;
But it gives the following