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

Method TableEngine

models/attachment.go:35–37  ·  view source on GitHub ↗

TableEngine 获取数据使用的引擎.

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected