mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Fix Markdown link to the Yii class.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user