alterColumn('car', 'build', $this->string()); } public function down() { $this->alterColumn('car', 'build', $this->integer()); } }