Commit 3bf072a7 by Alexander Makarov

Fixed typo

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