Download the PHP package vakata/migrations without Composer
On this page you can find all versions of the php package vakata/migrations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vakata/migrations
More information about vakata/migrations
Files in vakata/migrations
Download vakata/migrations
More information about vakata/migrations
Files in vakata/migrations
Vendor vakata
Package migrations
Short Description PHP database migrations
License MIT
Homepage https://github.com/vakata/migrations
Package migrations
Short Description PHP database migrations
License MIT
Homepage https://github.com/vakata/migrations
Please rate this library. Is it a good library?
Informations about the package migrations
migrations
PHP database migrations.
Install
Via Composer
Usage
Prepare a directory for all migrations. A migration consists of a folder with 3 files inside:
- schema.sql - needed schema modifications
- data.sql - optional data to insert / update / delete
- uninstall.sql - optional statements to fully revert this migration
Example structure:
Create the neccessary table, for example:
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- vakata
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of migrations with dependencies
PHP Build Version
Package Version
The package vakata/migrations contains the following files
Loading the files please wait ....