call([]); DB::statement('SET FOREIGN_KEY_CHECKS=0;'); DB::table('users')->where('id', '!=', 1)->delete(); DB::statement("ALTER TABLE branches AUTO_INCREMENT = 2"); DB::statement('SET FOREIGN_KEY_CHECKS=1;'); } }