diff --git a/db/schema.rb b/db/schema.rb index e7e0c6d6..988cd447 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -304,6 +304,7 @@ ActiveRecord::Schema.define(version: 20170920145852) do t.integer "submission_id" t.datetime "created_at" t.datetime "updated_at" + t.string "cause" end create_table "user_exercise_feedbacks", force: :cascade do |t|