DB::table('user')->where('email', $userEmail)->update(array('member_type' => $plan));
$users = User::whereIn('id', [1,2,3,4])->get();