comment
This commit is contained in:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user