Download the PHP package yiimaker/yii2-gii-migration without Composer
On this page you can find all versions of the php package yiimaker/yii2-gii-migration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-gii-migration
Migration generator for Gii
Installation
Install package
Run command
or add
to the require section of your composer.json.
Usage
Configure generator in Gii module configuration
Fields
Field | Type | Default | Description |
---|---|---|---|
$migrationPath |
string |
'@console/migrations' |
the path to the folder in which the migration file will be generated |
$db |
string |
db |
connection to a database |
$fields |
array |
none |
table fields |
$foreignKeys |
array |
none |
table foreign keys |
$useTablePrefix |
bool |
true |
use table prefix |
$tableName |
string |
none |
table name |
$migrationName |
string |
none |
migration name |
$translationPostfix |
string |
'_translation' |
postfix for translation table name |
$translationRefColumn |
string |
'id' |
name for model column |
$translationTableColumn |
string |
'model_id' |
name for translation model column |
$translationLanguageTableName |
string |
'language' |
language table name |
$translationLanguageColumnRefName |
string |
code |
language column name in language table |
$translationLanguageColumnName |
string |
'language' |
language column name for translation table |
$translationLanguageColumnType |
string |
string |
language column type |
$translationLanguageColumnParam |
string |
null |
language column param |
License
This project is released under the terms of the BSD-3-Clause license.
Copyright (c) 2017, Yii Maker
All versions of yii2-gii-migration with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
~2.0.0
unclead/yii2-multiple-input Version ~2.0
bower-asset/jquery-ui Version ^1.0.0
unclead/yii2-multiple-input Version ~2.0
bower-asset/jquery-ui Version ^1.0.0
The package yiimaker/yii2-gii-migration contains the following files
Loading the files please wait ....