We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca2fa7 commit 9c9702cCopy full SHA for 9c9702c
lib/cadet/accounts/user.ex
@@ -14,6 +14,7 @@ defmodule Cadet.Accounts.User do
14
field(:name, :string)
15
field(:role, Role)
16
field(:nusnet_id, :string)
17
+ field(:collectibles, :map)
18
belongs_to(:group, Group)
19
timestamps()
20
end
0 commit comments