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 9c9702c commit 82605a9Copy full SHA for 82605a9
priv/repo/migrations/20200320041525_add_collectibles.exs
@@ -0,0 +1,9 @@
1
+defmodule Cadet.Repo.Migrations.AddCollectibles do
2
+ use Ecto.Migration
3
+
4
+ def change do
5
+ alter table(:users) do
6
+ add( :collectibles, :map, default: %{})
7
+ end
8
9
+end
0 commit comments