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

Method TableEngine

models/options.go:36–38  ·  view source on GitHub ↗

TableEngine 获取数据使用的引擎.

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected