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

Method TableEngine

models/migrations.go:25–27  ·  view source on GitHub ↗

TableEngine 获取数据使用的引擎.

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected