MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetForeignKeys

Method GetForeignKeys

backend/generated-go/store/database.pb.go:1850–1855  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1848}
1849
1850func (x *TableMetadata) GetForeignKeys() []*ForeignKeyMetadata {
1851 if x != nil {
1852 return x.ForeignKeys
1853 }
1854 return nil
1855}
1856
1857func (x *TableMetadata) GetPartitions() []*TablePartitionMetadata {
1858 if x != nil {

Callers 4

writeCreateTablesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected