first commit

This commit is contained in:
ryanwong
2022-06-30 05:46:02 -04:00
commit a96eaec33b
859 changed files with 199842 additions and 0 deletions
Executable
+21
View File
@@ -0,0 +1,21 @@
<?php
/*Powered By: Manaknightdigital Inc. https://manaknightdigital.com/ Year: 2021*/
return [
'paths' => [
'migrations' => '%%PHINX_CONFIG_DIR%%/db/migrations',
'seeds' => '%%PHINX_CONFIG_DIR%%/db/seeds',
],
'environments' => [
'default_migration_table' => 'phinxlog',
'default_database' => 'development',
'development' => [
'adapter' => 'mysql',
'host' => 'localhost',
'name' => 'outlineguru_manaknightdigital_co_AQmEXsfd',
'user' => 'outlinegurum8q7S',
'pass' => 'KztAmFhHueXOPTwWfl5boqaV',
'port' => 3306,
'charset' => 'utf8'
]
],
];