dropColumn('wo'); }); Schema::table('items', function (Blueprint $table) { $table->dropColumn('wann'); }); Schema::table('items', function (Blueprint $table) { $table->renameColumn('item_uid','uid'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }