2017 © Pedro Peláez
 

yii2-extension yii2-console-dbextend

It makes to drop all your tables from console. Use it with migration and Development environment.

image

mirkhamidov/yii2-console-dbextend

It makes to drop all your tables from console. Use it with migration and Development environment.

  • Friday, January 15, 2016
  • by miroff
  • Repository
  • 1 Watchers
  • 0 Stars
  • 36 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Yii2 DB extenstion

Extends console commands with DB., (*1)

Install

Recommended by composer, (*2)

composer require mirkhamidov/yii2-console-dbextend=*

Usage

in a console, (*3)

./yii dbex/drop-all-tables

after that, in console config file, (*4)

'modules' => [
    ...
    'dbex' => 'mirkhamidov\DbexBootstrapClass',
    ...
],

Connections

Packagist: https://packagist.org/packages/mirkhamidov/yii2-console-dbextend, (*5)

Changelog

1.1.0, (*6)

  • interactive parametr added;

1.0.0, (*7)

  • drop-all-tables action created;
  • this extenstion created

The Versions

15/01 2016

dev-master

9999999-dev https://github.com/mirkhamidov/yii2-console-dbextend

It makes to drop all your tables from console. Use it with migration and Development environment.

  Sources   Download

GPL2.0

The Requires

 

by Jasur Mirkhamidov

database extension yii2 console migration

15/01 2016

1.2.1

1.2.1.0 https://github.com/mirkhamidov/yii2-console-dbextend

It makes to drop all your tables from console. Use it with migration and Development environment.

  Sources   Download

GPL2.0

The Requires

 

by Jasur Mirkhamidov

database extension yii2 console migration

15/01 2016

1.2.0

1.2.0.0 https://github.com/mirkhamidov/yii2-console-dbextend

It makes to drop all your tables from console. Use it with migration and Development environment.

  Sources   Download

GPL2.0

The Requires

 

by Jasur Mirkhamidov

database extension yii2 console migration

13/11 2015

1.1.0

1.1.0.0 https://github.com/mirkhamidov/yii2-console-dbextend

It makes to drop all your tables from console. Use it with migration and Development environment.

  Sources   Download

GPL2.0

The Requires

 

by Jasur Mirkhamidov

database extension yii2 console migration

13/11 2015

1.0.2

1.0.2.0 https://github.com/mirkhamidov/yii2-console-dbextend

It makes to drop all your tables from console. Use it with migration and Development environment.

  Sources   Download

GPL2.0

The Requires

 

by Jasur Mirkhamidov

database extension yii2 console migration

13/11 2015

1.0.1

1.0.1.0 https://github.com/mirkhamidov/yii2-console-dropalltables

It makes to drop all your tables from console. Use it with migration and Development environment.

  Sources   Download

GPL2.0

The Requires

 

by Jasur Mirkhamidov

database extension yii2 console migration

13/11 2015

1.0.0

1.0.0.0 https://github.com/mirkhamidov/yii2-console-dropalltables

It makes to drop all your tables from console. Use it with migration and Development environment.

  Sources   Download

GPL2.0

The Requires

 

by Jasur Mirkhamidov

database extension yii2 console migration