MCPcopy 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 获取对应数据库表名.
34func (m *Logger) TableName() string {
35 return "logs"
36}
37
38// TableEngine 获取数据使用的引擎.
39func (m *Logger) TableEngine() string {

Callers 1

TableNameWithPrefixMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected