boolean('skip_scripts')->default(false)->after('description'); }); } /** * Reverse the migrations. */ public function down() { Schema::table('servers', function (Blueprint $table) { $table->dropColumn('skip_scripts'); }); } }