Here's something that might work: DB::table('additional')->insertOrIgnore([ ['worker_id' => $user->id, 'place' => $request->place] ]);.
確定! 回上一頁