🌈 搜索
📅  最后修改于: 2022-03-11 14:54:45.195000             🧑  作者: Mango
DB::table('users') ->leftJoin('posts', 'users.id', '=', 'posts.user_id') ->get();