📜  雄辩的更新行响应 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:26.052000             🧑  作者: Mango

代码示例1
DB::table('users')
            ->where('id', 1)
            ->update(['votes' => 1]);