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

Method TableEngine

models/logs.go:39–41  ·  view source on GitHub ↗

TableEngine 获取数据使用的引擎.

()

Source from the content-addressed store, hash-verified

37
38// TableEngine 获取数据使用的引擎.
39func (m *Logger) TableEngine() string {
40 return "INNODB"
41}
42func (m *Logger) TableNameWithPrefix() string {
43 return conf.GetDatabasePrefix() + m.TableName()
44}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected