2017 © Pedro Peláez
 

yii2-extension yii2-migration-generator

Generate migration files for one table, comma separated list of tables, part of table name or all tables.

image

ddroche/yii2-migration-generator

Generate migration files for one table, comma separated list of tables, part of table name or all tables.

  • Thursday, April 26, 2018
  • by ddroche
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 22 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Migration Generator for Yii2 databases supports.

Generate migration files for one table, comma separated list of tables, part of table name or all tables., (*1)

build status, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

php composer.phar require --prefer-dist ddanielroche/yii2-migration-generator "*"

or add, (*5)

"ddanielroche/yii2-migration-generator": "*"

to the require section of your composer.json file., (*6)

Usage

Once the extension is installed, simply use it in your code by :, (*7)

php <?= \ddanielroche\migration\AutoloadExample::widget(); ?>, (*8)

The Versions

26/04 2018

dev-master

9999999-dev

Generate migration files for one table, comma separated list of tables, part of table name or all tables.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Dany Daniel Roche

extension yii2 gii migration

21/03 2018

v1.0.2

1.0.2.0

Generate migration files for one table, comma separated list of tables, part of table name or all tables.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Dany Daniel Roche

extension yii2 gii migration

26/04 2017

v1.0.1

1.0.1.0

Generate migration files for one table, comma separated list of tables, part of table name or all tables.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Dany Daniel Roche

extension yii2 gii migration

17/05 2016

1.0.0

1.0.0.0

gii tool for mass migration generation by Schema

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Insolita

extension yii2