This commit is contained in:
parent
8d4ba2ecae
commit
67b507f4bd
25 changed files with 74 additions and 27 deletions
|
@ -1,6 +1,8 @@
|
|||
package models
|
||||
|
||||
type UserBeings struct {
|
||||
// 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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue