package harvest import base "wagfarm-api/log/seeding" type HarvestLog struct { base.FieldWorkLog Product asset.Product `gorm:"constraint:OnUpdate:CASCADE,OnDelete:CASCADE;not null"` Amount float64 `gorm:"not null"` // in units of the product }