MCPcopy Create free account
hub / github.com/pydio/cells / TableName

Method TableName

idm/meta/dao/sql/ev-sql.go:70–72  ·  view source on GitHub ↗
(namer schema.Namer)

Source from the content-addressed store, hash-verified

68}
69
70func (*EntityValues) TableName(namer schema.Namer) string {
71 return namer.TableName("meta_entity_values")
72}
73
74type MetaValuesRel struct {
75 MetaUUID string `gorm:"primaryKey;column:meta_uuid;type:varchar(255);notNull;index:idx_meta_evalue,composite:meta_evalue"`

Callers

nothing calls this directly

Calls 1

TableNameMethod · 0.45

Tested by

no test coverage detected