changeColumn('migration_test', 'field1', 'integer'); } public function down() { $this->changeColumn('migration_test', 'field1', 'string'); } }