Browse Source

typo fix in migration docs

tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
67e9e6619f
  1. 2
      docs/guide/migration.md

2
docs/guide/migration.md

@ -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. for MySQL and `integer PRIMARY KEY AUTOINCREMENT NOT NULL` for sqlite.
See documentation of [[QueryBuilder::getColumnType()]] for more details and a list 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 of available types. You may also use the constants defined in [[\yii\db\Schema]] to
create column types. define column types.
Transactional Migrations Transactional Migrations

Loading…
Cancel
Save