Commit 5a8c997d by resurtm

Fix Markdown link to the Yii class.

parent 8f31e54d
...@@ -97,7 +97,7 @@ class m101129_185401_create_news_table extends \yii\db\Migration ...@@ -97,7 +97,7 @@ class m101129_185401_create_news_table extends \yii\db\Migration
} }
``` ```
The base class [\yii\db\Migration] exposes a database connection via `db` The base class [[\yii\db\Migration]] exposes a database connection via `db`
property. You can use it for manipulating data and schema of a database. property. You can use it for manipulating data and schema of a database.
The column types used in this example are abstract types that will be replaced The column types used in this example are abstract types that will be replaced
......
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