You may try this for Oracle:-
alter table tablename modify
(
column_name varchar2(13)
);
Also If you dont have any data in the table then you can also drop
the table and then create
the table with the columname as varchar2(13)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…