diff --git a/db/migrate/20140801174930_create_questions.rb b/db/migrate/20140801174930_create_questions.rb index 58714fb9..ce85c988 100644 --- a/db/migrate/20140801174930_create_questions.rb +++ b/db/migrate/20140801174930_create_questions.rb @@ -5,6 +5,7 @@ class CreateQuestions < ActiveRecord::Migration t.boolean :author_is_anonymous t.string :author_name t.string :author_email + t.integer :user_id t.timestamps end