| 968 | } |
| 969 | |
| 970 | type Book struct { |
| 971 | gorm.Model |
| 972 | Author Author |
| 973 | AuthorID uint |
| 974 | } |
| 975 | |
| 976 | func (Book) TableName() string { |
| 977 | return "my_schema.a_very_very_very_very_very_very_very_very_long_table_name" |
nothing calls this directly
no outgoing calls
no test coverage detected