Started working on optional fields (members)

This commit is contained in:
William Bouzourène 2025-01-15 16:16:24 +01:00
parent cf2c70df0d
commit 8226329b61
5 changed files with 204 additions and 10 deletions

View file

@ -19,6 +19,8 @@ type FieldValue struct {
gorm.Model
FieldID uint
Field Field
PersonID uint
Person Person
ValueString sql.NullString
ValueInt sql.NullInt64
ValueDate sql.NullTime