Improve model and add roles

This commit is contained in:
William Bouzourène 2025-01-01 15:22:02 +01:00
parent 488da64ccf
commit 3e984d059c
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
5 changed files with 32 additions and 38 deletions

View file

@ -4,6 +4,8 @@ import "gorm.io/gorm"
type Person struct {
gorm.Model
IsMember bool
IsContact bool
FirstName string
LastName string
Email string