Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ TableName
Method
TableName
models/member.go:48–50 ·
view source on GitHub ↗
TableName 获取对应数据库表名.
()
Source
from the content-addressed store, hash-verified
46
47
// TableName 获取对应数据库表名.
48
func
(m *Member) TableName() string {
49
return
"members"
50
}
51
52
// TableEngine 获取数据使用的引擎.
53
func
(m *Member) TableEngine() string {
Callers
1
TableNameWithPrefix
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected