alter table tablename drop column columnname;
alter table tabelname add columnname varchar2(8) NULL;