carono /
yii2-migrate
| 1 | <?php |
||
| 2 | |||
| 3 | namespace carono\yii2migrate; |
||
| 4 | |||
| 5 | use carono\yii2migrate\traits\MigrationTrait; |
||
| 6 | use yii\db\Migration as BaseMigration; |
||
| 7 | |||
| 8 | |||
| 9 | class Migration extends BaseMigration |
||
| 10 | { |
||
| 11 | use MigrationTrait; |
||
|
0 ignored issues
–
show
introduced
by
Loading history...
|
|||
| 12 | } |