library pgsql-constraints
Dbmover plugin for (re)creating PostgreSQL constraints
dbmover/pgsql-constraints
Dbmover plugin for (re)creating PostgreSQL constraints
- Monday, April 17, 2017
- by monomelodies
- Repository
- 1 Watchers
- 0 Stars
- 67 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 5 Versions
- 18 % Grown
Dbmover\Pgsql
DbMover plugin to (re)create PostgreSQL-specific constraints, (*1)
Installation
$ composer require dbmover/pgsql-constraints
This package is part of the `dbmover/pgsql` meta-package.
Usage
See dbmover/core
., (*2)
Caveats
This plugin does not support inline declaration of constraints in CREATE TABLE
statements, e.g. foo INTEGER NOT NULL REFERENCES bar(id) ON DELETE CASCADE
.
Instead, you should create the constraints using ALTER TABLE
statements in
your schemas., (*3)
Contributing
See dbmover/core
., (*4)
dev-master
9999999-dev
Dbmover plugin for (re)creating PostgreSQL constraints
Sources
Download
MIT
The Requires
by
Marijn Ophorst
0.6.3
0.6.3.0
Dbmover plugin for (re)creating PostgreSQL constraints
Sources
Download
MIT
The Requires
by
Marijn Ophorst
0.6.2
0.6.2.0
Dbmover plugin for (re)creating PostgreSQL constraints
Sources
Download
MIT
The Requires
by
Marijn Ophorst
0.6.1
0.6.1.0
Dbmover plugin for (re)creating PostgreSQL constraints
Sources
Download
MIT
The Requires
by
Marijn Ophorst
0.6.0
0.6.0.0
Dbmover plugin for (re)creating PostgreSQL constraints
Sources
Download
MIT
The Requires
by
Marijn Ophorst