public function up() { Schema::table('table', function($table) { $table->dropColumn('column_name'); }); }