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