📌  相关文章
📜  laravel eloquent 获取当前序列值 - PHP 代码示例

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

代码示例1
$statement = DB::select("SHOW TABLE STATUS LIKE 'users'");
$nextId = $statement[0]->Auto_increment;