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

Method TableEngine

models/book.go:108–110  ·  view source on GitHub ↗

TableEngine 获取数据使用的引擎.

()

Source from the content-addressed store, hash-verified

106
107// TableEngine 获取数据使用的引擎.
108func (m *Book) TableEngine() string {
109 return "INNODB"
110}
111func (m *Book) TableNameWithPrefix() string {
112 return conf.GetDatabasePrefix() + m.TableName()
113}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected