- sku_category unique index add level.

This commit is contained in:
gazebo
2018-09-17 10:30:55 +08:00
parent 30d94bf688
commit ba28d75d06

View File

@@ -142,7 +142,7 @@ type SkuCategory struct {
func (*SkuCategory) TableUnique() [][]string {
return [][]string{
[]string{"Name", "DeletedAt"},
[]string{"Name", "DeletedAt", "Level"},
[]string{"JdID", "DeletedAt"},
}
}