This commit is contained in:
parent
b6f12b7acf
commit
8f8ad3035a
33 changed files with 166 additions and 111 deletions
|
@ -1,5 +1,8 @@
|
|||
package models
|
||||
|
||||
// Adds one pronoun to a user.
|
||||
// Each user may have zero, one or more pronouns
|
||||
// but each user to pronoun relation may appear at most once
|
||||
type UserToPronoun struct {
|
||||
ID uint64 `gorm:"primarykey"`
|
||||
User User
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue