diff --git a/docs/guide/migration.md b/docs/guide/migration.md index ed06605..d6c7165 100644 --- a/docs/guide/migration.md +++ b/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. 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