ae37f952 by astaxie

migration: delete the unique key for name

1 parent da6726f3
...@@ -15,8 +15,7 @@ ...@@ -15,8 +15,7 @@
15 // `statements` longtext COMMENT 'SQL statements for this migration', 15 // `statements` longtext COMMENT 'SQL statements for this migration',
16 // `rollback_statements` longtext, 16 // `rollback_statements` longtext,
17 // `status` enum('update','rollback') DEFAULT NULL COMMENT 'update indicates it is a normal migration while rollback means this migration is rolled back', 17 // `status` enum('update','rollback') DEFAULT NULL COMMENT 'update indicates it is a normal migration while rollback means this migration is rolled back',
18 // PRIMARY KEY (`id_migration`), 18 // PRIMARY KEY (`id_migration`)
19 // UNIQUE KEY `name` (`name`)
20 // ) ENGINE=InnoDB DEFAULT CHARSET=utf8; 19 // ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
21 package migration 20 package migration
22 21
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!