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

Method TableEngine

models/member.go:53–55  ·  view source on GitHub ↗

TableEngine 获取数据使用的引擎.

()

Source from the content-addressed store, hash-verified

51
52// TableEngine 获取数据使用的引擎.
53func (m *Member) TableEngine() string {
54 return "INNODB"
55}
56
57func (m *Member) TableNameWithPrefix() string {
58 return conf.GetDatabasePrefix() + m.TableName()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected