Started working on optional fields (members)
This commit is contained in:
parent
cf2c70df0d
commit
8226329b61
5 changed files with 204 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue