1
0
Fork 0
forked from goffee/cup

sample users admin

This commit is contained in:
Zeni Kim 2024-12-04 08:39:08 -05:00
parent 19c24593fe
commit 0f520e67af
9 changed files with 488 additions and 3 deletions

View file

@ -10,6 +10,7 @@ import "gorm.io/gorm"
type User struct {
gorm.Model
Name string
Fullname string
Email string
Password string
}