This commit is contained in:
gazebo
2020-01-21 17:46:39 +08:00
parent 6ca1f427a3
commit 092655103a

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"},