package models // Defines an account to be a being of the set type // Multiple are possible for combination type UserToBeing struct { User User UserId string Being BeingType `gorm:"type:being_type"` }