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