多字段唯一键
()
| 65 | |
| 66 | // 多字段唯一键 |
| 67 | func (this *ReadCount) TableUnique() [][]string { |
| 68 | return [][]string{ |
| 69 | []string{"BookId", "Uid"}, |
| 70 | } |
| 71 | } |
| 72 | |
| 73 | // 多字段唯一键 |
| 74 | func (this *ReadRecord) TableUnique() [][]string { |
nothing calls this directly
no outgoing calls
no test coverage detected