Browse Source

Update console-migrate.md

fixes #2989
tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
7f73ec1fcf
  1. 2
      docs/guide/console-migrate.md

2
docs/guide/console-migrate.md

@ -37,7 +37,7 @@ is used as part of a PHP class name in the migration. Therefore, it should only
digits and/or underscore characters.
The above command will create a new
file named `m101129_185401_create_news_table.php`. This file will be created within the `protected/migrations` directory. Initially, the migration file will be generated with the following code:
file named `m101129_185401_create_news_table.php`. This file will be created within the `@app/migrations` directory. Initially, the migration file will be generated with the following code:
```php
class m101129_185401_create_news_table extends \yii\db\Migration

Loading…
Cancel
Save