Download the PHP package gozoro/yii2-sql-migrations without Composer
On this page you can find all versions of the php package gozoro/yii2-sql-migrations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gozoro/yii2-sql-migrations
More information about gozoro/yii2-sql-migrations
Files in gozoro/yii2-sql-migrations
Download gozoro/yii2-sql-migrations
More information about gozoro/yii2-sql-migrations
Files in gozoro/yii2-sql-migrations
Vendor gozoro
Package yii2-sql-migrations
Short Description Migration controller that works with sql-files ...up.sql and ...down.sql.
License MIT
Homepage https://github.com/gozoro/yii2-sql-migrations
Package yii2-sql-migrations
Short Description Migration controller that works with sql-files ...up.sql and ...down.sql.
License MIT
Homepage https://github.com/gozoro/yii2-sql-migrations
Please rate this library. Is it a good library?
Informations about the package yii2-sql-migrations
yii2-sql-migrations
Migration controller that works with sql-files ...up.sql
and ...down.sql
.
Installation
Configuration
Edit you config/console.php
Usage
Сreate your migration files in the directory that is specified in migrationPath
.
File naming example:
- 01_create_table.up.sql
- 01_create_table.down.sql
- 02_insert_data.up.sql
- 02_insert_data.down.sql
Run migration:
Commands
All versions of yii2-sql-migrations with dependencies
PHP Build Version
Package Version
The package gozoro/yii2-sql-migrations contains the following files
Loading the files please wait ....