wespals/phinx-db2-adapter

Phinx 迁移包的 IBM DB2 数据库适配器

v1.0.1 2022-05-28 03:09 UTC

This package is auto-updated.

Last update: 2024-09-28 08:14:45 UTC


README

Phinx 迁移包的 IBM DB2 数据库适配器

安装

composer require wespals/phinx-db2-adapter

使用

use Phinx\Db\Adapter\AdapterFactory;
use PhinxDb2Adapter\PhinxDb2Adapter;

AdapterFactory::instance()->registerAdapter('ibm', PhinxDb2Adapter::class);