3 Star 9 Fork 2

厚柏软件/HB-shop低代码电商系统服务端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
phinx.php 863 Bytes
一键复制 编辑 原始数据 按行查看 历史
Boxem 提交于 2022-07-12 20:37 . Basic Edition Version 1.0.0
<?php
return
[
'paths' => [
'migrations' => 'database/migrations',
'seeds' => 'database/seeds'
],
'environments' => [
'default_migration_table' => 'phinxlog',
"default_database" => "dev",
"default_environment" => "dev",
'dev' => [
'adapter' => 'pgsql',
'host' => '192.168.172.15',
'port' => '5432',
'name' => 'hbwebman',
'user' => 'hoboowebman',
'pass' => 'HNzhHBdNfL4L',
'charset' => 'utf8',
'table_prefix' => 'hb_',
'table_suffix' => '',
'collation' => 'utf8_unicode_ci',
],
]
];
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/hoboon/hoboo-shop.git
git@gitee.com:hoboon/hoboo-shop.git
hoboon
hoboo-shop
HB-shop低代码电商系统服务端
master

搜索帮助