string('last_state'); }); } public function down() { Schema::table('oders', function($table) { $table->dropColumn('last_state'); }); } }