mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Fixed typo
This commit is contained in:
@ -260,7 +260,7 @@ $connection->createCommand()->createTable('tbl_post', [
|
||||
'id' => 'pk',
|
||||
'title' => 'string',
|
||||
'text' => 'text',
|
||||
];
|
||||
]);
|
||||
```
|
||||
|
||||
For the full reference check [[\yii\db\Command]].
|
||||
|
Reference in New Issue
Block a user