We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa20896 commit 23883eaCopy full SHA for 23883ea
models/user.model.go
@@ -19,7 +19,7 @@ type User struct {
19
UpdatedAt time.Time `json:"updated_at"`
20
}
21
22
-func (User) TableName() string {
+func (User) UsersTable() string {
23
return "users"
24
25
0 commit comments