📜  来自数据库字段类型的 laravel 字段类型 - PHP 代码示例

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

代码示例2
// in laravel if error of missing pdomysql driver issue the command
// composer require doctrine/dbal
DB::connection()->getDoctrineColumn($table_name, $field_name)->getType()->getName()