alter table tbl_exam alter column question type character varing(1000);

alter table tbl_exam alter column question type numeric(18,4);