MCPcopy Create free account
hub / github.com/TruthHun/BookStack / TableUnique

Method TableUnique

models/read_record.go:67–71  ·  view source on GitHub ↗

多字段唯一键

()

Source from the content-addressed store, hash-verified

65
66// 多字段唯一键
67func (this *ReadCount) TableUnique() [][]string {
68 return [][]string{
69 []string{"BookId", "Uid"},
70 }
71}
72
73// 多字段唯一键
74func (this *ReadRecord) TableUnique() [][]string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected