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

Method TableEngine

models/member_token.go:26–28  ·  view source on GitHub ↗

TableEngine 获取数据使用的引擎.

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected