1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-30 06:11:38 +08:00

更新phinx默认环境配置项

This commit is contained in:
koogua 2021-03-09 17:27:38 +08:00
parent 448a53cfb6
commit 75481f09a1

View File

@ -15,7 +15,7 @@ return [
'default_migration_table' => 'kg_migration',
'default_database' => 'production',
'default_environment' => 'production',
'production' => [
'adapter' => 'mysql',