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

Struct Book

schema/relationship_test.go:970–974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

968}
969
970type Book struct {
971 gorm.Model
972 Author Author
973 AuthorID uint
974}
975
976func (Book) TableName() string {
977 return "my_schema.a_very_very_very_very_very_very_very_very_long_table_name"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected