Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ TableName
Method
TableName
models/logs.go:34–36 ·
view source on GitHub ↗
TableName 获取对应数据库表名.
()
Source
from the content-addressed store, hash-verified
32
33
// TableName 获取对应数据库表名.
34
func
(m *Logger) TableName() string {
35
return
"logs"
36
}
37
38
// TableEngine 获取数据使用的引擎.
39
func
(m *Logger) TableEngine() string {
Callers
1
TableNameWithPrefix
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected