Belgelerine yanlış. Doktrin / Göç / base.php bakarak, aşağıdaki fonksiyon prototip görebilirsiniz:
/**
 * Add a add column change.
 *
 * @param string $tableName Name of the table
 * @param string $columnName Name of the column
 * @param string $type Type of the column
 * @param string $length Length of the column
 * @param array $options Array of options for the column
 * @return void
 */
public function addColumn($tableName, $columnName, $type, $length = null, array $options = array())
Yani uzunluğu eklemek için, size 4 parametre olarak vermek. Ben şu an için seçenekleri görmezden geliyorum.