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

Method TableName

models/label.go:17–19  ·  view source on GitHub ↗

TableName 获取对应数据库表名.

()

Source from the content-addressed store, hash-verified

15
16// TableName 获取对应数据库表名.
17func (m *Label) TableName() string {
18 return "label"
19}
20
21// TableEngine 获取数据使用的引擎.
22func (m *Label) TableEngine() string {

Callers 1

TableNameWithPrefixMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected