See CreateTableBuilder.addColumn
Optional
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
See CreateTableBuilder.addColumn