Skip to content

Commit 82605a9

Browse files
Add files via upload
1 parent 9c9702c commit 82605a9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
end
9+
end

0 commit comments

Comments
 (0)