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