See addColumn
Creates an alter table modify column query. The modify column statement is only implemeted by MySQL and oracle AFAIK. On other databases you should use the alterColumn method.
alter table modify column
modify column
alterColumn
Generated using TypeDoc
See addColumn