zl程序教程

您现在的位置是:首页 >  数据库

当前栏目

Laravel获取MySQL表的所有字段

mysql 获取 所有 laravel
2023-09-11 14:14:55 时间

Laravel获取MySQL表的所有字段

$table_structure = \DB::select("desc hfront_task");
$table_field = array_column($table_structure,