Add user to Category
This commit is contained in:
parent
8960e2e7ba
commit
f59b57f147
|
@ -8,4 +8,6 @@ type Category struct {
|
||||||
// Parent is used as a infinite sub-category structure
|
// Parent is used as a infinite sub-category structure
|
||||||
ParentID uint
|
ParentID uint
|
||||||
Parent *Category
|
Parent *Category
|
||||||
|
UserID uint
|
||||||
|
User *User
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user