comment
This commit is contained in:
@@ -75,6 +75,7 @@ type Act struct {
|
|||||||
Remark string `orm:"size(255)" json:"remark"`
|
Remark string `orm:"size(255)" json:"remark"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// test
|
||||||
func (*Act) TableUnique() [][]string {
|
func (*Act) TableUnique() [][]string {
|
||||||
return [][]string{
|
return [][]string{
|
||||||
[]string{"Name", "Type", "DeletedAt"},
|
[]string{"Name", "Type", "DeletedAt"},
|
||||||
|
|||||||
Reference in New Issue
Block a user