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

Method TableName

models/document_history.go:36–38  ·  view source on GitHub ↗

TableName 获取对应数据库表名.

()

Source from the content-addressed store, hash-verified

34
35// TableName 获取对应数据库表名.
36func (m *DocumentHistory) TableName() string {
37 return "document_history"
38}
39
40// TableEngine 获取数据使用的引擎.
41func (m *DocumentHistory) TableEngine() string {

Callers 1

TableNameWithPrefixMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected