Save method
This commit is contained in:
@ -21,7 +21,7 @@ type Company struct {
|
||||
UpdatedAt time.Time `faker:"-"`
|
||||
}
|
||||
|
||||
func (m *Company) TableName() string {
|
||||
func (m Company) TableName() string {
|
||||
return "companies"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user