dropColumn('ip'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('nodes', function (Blueprint $table) { $table->string('ip')->after('fqdn'); }); } }