mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 01:22:49 +00:00
client - wip new topic
This commit is contained in:
@@ -5,7 +5,7 @@ defmodule MyApp.Repo.Migrations.CreateThread do
|
||||
create table(:thread) do
|
||||
add :title, :string
|
||||
add :category_id, :integer
|
||||
add :content, :string
|
||||
add :content, :string, size: 2000
|
||||
add :view_count, :integer
|
||||
add :user_id, references(:user)
|
||||
add :last_reply_id, :integer # TODO: figure this out
|
||||
|
||||
Reference in New Issue
Block a user