This commit is contained in:
gazebo
2020-01-21 17:46:39 +08:00
committed by 苏尹岚
parent 92cd70f7e2
commit e0a5710e7d

View File

@@ -75,6 +75,7 @@ type Act struct {
Remark string `orm:"size(255)" json:"remark"`
}
// test
func (*Act) TableUnique() [][]string {
return [][]string{
[]string{"Name", "Type", "DeletedAt"},