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

Method TableEngine

models/document.go:65–67  ·  view source on GitHub ↗

TableEngine 获取数据使用的引擎.

()

Source from the content-addressed store, hash-verified

63
64// TableEngine 获取数据使用的引擎.
65func (m *Document) TableEngine() string {
66 return "INNODB"
67}
68
69func (m *Document) TableNameWithPrefix() string {
70 return conf.GetDatabasePrefix() + m.TableName()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected