alterColumn() public method
Builds a SQL statement for changing the definition of a column.
public string alterColumn ( $table, $column, $type )$table string
The table whose column is to be changed. The table name will be properly quoted by the method. $column string
The name of the column to be changed. The name will be properly quoted by the method. $type string
The new column type. The getColumnType() method will be invoked to convert abstract column type (if any) into the physica