dbmover / constraints
This package is abandoned and no longer maintained.
The author suggests using the dbmover/core package instead.
Dbmover plugin for dropping all constraints prior to operations
0.6.5
2018-03-24 18:07 UTC
Requires
- php: >=7.2
- dbmover/core: ^0.8.0
README
Abstract base-plugin for migrating constraints.
Vendors should implement a vendor-specific constraints plugin based off this.
Installation
$ composer require dbmover/constraints
Note: the vendor-specific constraints plugin will already require this
package, so manual installation will seldom be needed.
Usage
See dbmover/core
for general DbMover usage.
Contributing
See dbmover/core
.