fixed migration
This commit is contained in:
parent
8d36050840
commit
f935500586
|
@ -5,6 +5,7 @@ class CreateQuestions < ActiveRecord::Migration
|
||||||
t.boolean :author_is_anonymous
|
t.boolean :author_is_anonymous
|
||||||
t.string :author_name
|
t.string :author_name
|
||||||
t.string :author_email
|
t.string :author_email
|
||||||
|
t.integer :user_id
|
||||||
|
|
||||||
t.timestamps
|
t.timestamps
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue