1
0
Fork 0
forked from goffee/cup

fix user id, seed data autority

This commit is contained in:
Zeni Kim 2024-12-16 20:05:37 -05:00
parent cac2986b59
commit 43f3ad986e
4 changed files with 85 additions and 16 deletions

View file

@ -6,8 +6,8 @@ package models
type UserRole struct {
BaseModel
UserID string // The user id
RoleID uint // The role id
UserID uint // The user id
RoleID uint // The role id
}
// TableName sets the table name