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
Requires
- php: >=7.2
- dbmover/core: ^0.8.0
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
.