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

Method TableUnique

models/read_record.go:74–78  ·  view source on GitHub ↗

多字段唯一键

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected