Fixed typo

This commit is contained in:
Alexander Makarov
2014-01-22 18:21:57 +04:00
parent 48712c71f2
commit 3bf072a78f

View File

@ -260,7 +260,7 @@ $connection->createCommand()->createTable('tbl_post', [
'id' => 'pk',
'title' => 'string',
'text' => 'text',
];
]);
```
For the full reference check [[\yii\db\Command]].