修改數據庫指定的列的size

ALTER TABLE xxx MODIFY xxx_column type (length)


eg: ALTER TABLE t_email MODIFY CREATE_BY varchar2(100)