From 67e9e6619f68418dd75eafd0a01ad9a0b7658479 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sun, 14 Jul 2013 14:50:57 +0200 Subject: [PATCH] typo fix in migration docs --- docs/guide/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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