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

Method TableEngine

models/label.go:22–24  ·  view source on GitHub ↗

TableEngine 获取数据使用的引擎.

()

Source from the content-addressed store, hash-verified

20
21// TableEngine 获取数据使用的引擎.
22func (m *Label) TableEngine() string {
23 return "INNODB"
24}
25
26func (m *Label) TableNameWithPrefix() string {
27 return conf.GetDatabasePrefix() + m.TableName()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected