mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 03:10:58 +00:00
migration: delete the unique key for name
This commit is contained in:
parent
da6726f3da
commit
ae37f95239
@ -15,8 +15,7 @@
|
||||
// `statements` longtext COMMENT 'SQL statements for this migration',
|
||||
// `rollback_statements` longtext,
|
||||
// `status` enum('update','rollback') DEFAULT NULL COMMENT 'update indicates it is a normal migration while rollback means this migration is rolled back',
|
||||
// PRIMARY KEY (`id_migration`),
|
||||
// UNIQUE KEY `name` (`name`)
|
||||
// PRIMARY KEY (`id_migration`)
|
||||
// ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
package migration
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user