Add user to Category

This commit is contained in:
qowevisa 2024-08-03 10:46:15 +03:00
parent 8960e2e7ba
commit f59b57f147

View File

@ -8,4 +8,6 @@ type Category struct {
// Parent is used as a infinite sub-category structure
ParentID uint
Parent *Category
UserID uint
User *User
}