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

Method TableName

models/attachment.go:30–32  ·  view source on GitHub ↗

TableName 获取对应数据库表名.

()

Source from the content-addressed store, hash-verified

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

Callers 1

TableNameWithPrefixMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected