dbmover/tables

This package is abandoned and no longer maintained. The author suggests using the dbmover/core package instead.

Dbmover plugin to migrate table definitions

0.6.6 2018-03-24 18:13 UTC

This package is auto-updated.

Last update: 2022-02-01 13:06:37 UTC


README

Base table migration plugin for DbMover

Installation

$ composer require dbmover/tables

Usage

For general DbMover usage, see dbmover/core.

By itself this plugin doesn't do much; it only defines an abstract base class for table migrations. This process typically differs per vendor.

Contributing

See dbmover/core.