Step one: Copy the struct definitions over into a new, dedicated submodule Step two: Make a generator script Step three: Define helper functions for various queries
This commit is contained in:
parent
0639cde4f2
commit
714f528641
27 changed files with 983 additions and 0 deletions
6
storage-new/models/UserBeings.go
Normal file
6
storage-new/models/UserBeings.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package models
|
||||
|
||||
type UserBeings struct {
|
||||
UserId string
|
||||
Being BeingType `gorm:"type:being_type"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue