多字段唯一键
()
| 72 | |
| 73 | // 多字段唯一键 |
| 74 | func (this *ReadRecord) TableUnique() [][]string { |
| 75 | return [][]string{ |
| 76 | []string{"DocId", "Uid"}, |
| 77 | } |
| 78 | } |
| 79 | |
| 80 | var ( |
| 81 | tableReadRecord = "md_read_record" |
nothing calls this directly
no outgoing calls
no test coverage detected