fix(models): fix person model
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
type Person struct {
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Birthdate time.Time `json:"birthdate"`
|
||||
Birthdate sql.NullTime `json:"birthdate"`
|
||||
Deathdate sql.NullTime `json:"deathdate"`
|
||||
Info sql.NullString `json:"info"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user