$databaseName, 'connection' => bff::database()->getPDO(), ]; return [ 'paths' => bff()->migrationsPaths(), 'templates' => [ 'file' => bff()->corePath('db/migrations/migration.template.php.dist'), ], 'environments' => [ 'default_migration_table' => DB_PREFIX . 'migrations', 'default_environment' => $databaseName, 'production' => $config, 'development' => $config, ] ];