mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 01:22:49 +00:00
little bit of everything - it's been a long day
This commit is contained in:
@@ -3,7 +3,7 @@ defmodule MyApp.Repo.Migrations.CreateThread do
|
||||
|
||||
def change do
|
||||
create table(:thread) do
|
||||
add :title, :string
|
||||
add :title, :string, size: 300
|
||||
add :category_id, :integer
|
||||
add :view_count, :integer
|
||||
add :user_id, references(:user)
|
||||
|
||||
Reference in New Issue
Block a user