Basics
This commit is contained in:
@ -23,6 +23,6 @@ type Cert struct {
|
||||
UpdatedAt time.Time `faker:"-"`
|
||||
}
|
||||
|
||||
func (m *Cert) TableName() string {
|
||||
func (m Cert) TableName() string {
|
||||
return "certificates"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user