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

Method TableEngine

models/relationship.go:28–30  ·  view source on GitHub ↗

TableEngine 获取数据使用的引擎.

()

Source from the content-addressed store, hash-verified

26
27// TableEngine 获取数据使用的引擎.
28func (m *Relationship) TableEngine() string {
29 return "INNODB"
30}
31
32// 联合唯一键
33func (u *Relationship) TableUnique() [][]string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected