Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ TableName
Method
TableName
models/relationship.go:20–22 ·
view source on GitHub ↗
TableName 获取对应数据库表名.
()
Source
from the content-addressed store, hash-verified
18
19
// TableName 获取对应数据库表名.
20
func
(m *Relationship) TableName() string {
21
return
"relationship"
22
}
23
func
(m *Relationship) TableNameWithPrefix() string {
24
return
conf.GetDatabasePrefix() + m.TableName()
25
}
Callers
1
TableNameWithPrefix
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected