Commit 7497d809 by Christopher Vrooman

Update db-migrations.md

parent b55fe415
...@@ -57,7 +57,7 @@ class m101129_185401_create_news_table extends \yii\db\Migration ...@@ -57,7 +57,7 @@ class m101129_185401_create_news_table extends \yii\db\Migration
``` ```
Notice that the class name is the same as the file name, and follows the pattern Notice that the class name is the same as the file name, and follows the pattern
`<timestamp>_<name>`, where: `m<timestamp>_<name>`, where:
* `<timestamp>` refers to the UTC timestamp (in the * `<timestamp>` refers to the UTC timestamp (in the
format of `yymmdd_hhmmss`) when the migration is created, format of `yymmdd_hhmmss`) when the migration is created,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment