I try to run a cronjob to insert about 60000 rows into DB: DB::beginTransaction(); try { DB::table('pharmacies')->delete(); ...
確定! 回上一頁