mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
增加db_attr_case配置参数 用于配置 数据表字段大小写规则
This commit is contained in:
@@ -155,6 +155,7 @@ return [
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
'db_fields_strict' => true,
|
||||
'db_attr_case' => \PDO::CASE_LOWER,
|
||||
'database' => [
|
||||
// 数据库类型
|
||||
'type' => 'mysql',
|
||||
|
||||
Reference in New Issue
Block a user