This commit is contained in:
Eden Kirin
2024-06-18 23:43:21 +02:00
parent 21dcabe180
commit 0a0ed77794
4 changed files with 130 additions and 2 deletions

View File

@ -23,6 +23,6 @@ type Cert struct {
UpdatedAt time.Time `faker:"-"`
}
func (m *Cert) TableName() string {
func (m Cert) TableName() string {
return "certificates"
}