@ -6,7 +6,7 @@ type User struct {
Email string
Password string
Name string
Budgets []*Budget
Budgets []*Budget `pg:",many2many:user_budgets"`
}
// UserService provides Methods for CRUD of Users
The note is not visible to the blocked user.