package models type UserBeings struct { UserId string Being BeingType `gorm:"type:being_type"` }