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

Method TableEngine

models/document_history.go:41–43  ·  view source on GitHub ↗

TableEngine 获取数据使用的引擎.

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected