MCPcopy
hub / github.com/go-gorm/gorm / Columns

Method Columns

migrator.go:53–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 Table() string
52 Name() string
53 Columns() []string
54 PrimaryKey() (isPrimaryKey bool, ok bool)
55 Unique() (unique bool, ok bool)
56 Option() string

Callers 2

ScanFunction · 0.65
TestSelectWithVariablesFunction · 0.65

Implementers 1

Indexmigrator/index.go

Calls

no outgoing calls

Tested by 1

TestSelectWithVariablesFunction · 0.52