add new column comment to member table
This commit is contained in:
@@ -17,4 +17,5 @@ type Member struct {
|
||||
LastVisit string `gorm:"column:lastVisit" json:"lastVisit,omitempty"`
|
||||
Group string `gorm:"column:group" json:"group,omitempty"`
|
||||
ResponsiblePerson Person `gorm:"type:json" json:"responsiblePerson"`
|
||||
Comment string `gorm:"column:comment" json:"comment"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user