dropColumn('daemonStartup'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('servers', function (Blueprint $table) { $table->text('daemonStartup')->after('port')->nullable(); }); } }