Commit 67e9e661 by Carsten Brandt

typo fix in migration docs

parent e7b7b89f
......@@ -106,7 +106,7 @@ For example `pk` will be replaced by `int(11) NOT NULL AUTO_INCREMENT PRIMARY KE
for MySQL and `integer PRIMARY KEY AUTOINCREMENT NOT NULL` for sqlite.
See documentation of [[QueryBuilder::getColumnType()]] for more details and a list
of available types. You may also use the constants defined in [[\yii\db\Schema]] to
create column types.
define column types.
Transactional Migrations
......
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