MCPcopy Index your code
hub / github.com/TruthHun/BookStack / TableName

Method TableName

models/options.go:31–33  ·  view source on GitHub ↗

TableName 获取对应数据库表名.

()

Source from the content-addressed store, hash-verified

29
30// TableName 获取对应数据库表名.
31func (m *Option) TableName() string {
32 return "options"
33}
34
35// TableEngine 获取数据使用的引擎.
36func (m *Option) TableEngine() string {

Callers 1

TableNameWithPrefixMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected