1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-11 09:32:51 +00:00

create thread migration

This commit is contained in:
2018-01-01 20:50:50 -06:00
parent e77288d40e
commit 3a61151191
3 changed files with 48 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ defmodule MyApp.Data.User do
schema "user" do
field :battle_net_id, :integer
field :battletag, :string
has_many :threads, Data.Thread
timestamps()
end