- SkuName unique index include deleted_at
This commit is contained in:
@@ -171,7 +171,7 @@ type SkuName struct {
|
|||||||
|
|
||||||
func (*SkuName) TableUnique() [][]string {
|
func (*SkuName) TableUnique() [][]string {
|
||||||
return [][]string{
|
return [][]string{
|
||||||
[]string{"Name", "Prefix", "SpecQuality", "SpecUnit", "Unit"},
|
[]string{"Name", "Prefix", "SpecQuality", "SpecUnit", "Unit", "DeletedAt"},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user