sqm-dashboards/db/migrate/20181221180917_add_response_total_to_school_questions.rb
2018-12-21 13:21:37 -05:00

5 lines
154 B
Ruby

class AddResponseTotalToSchoolQuestions < ActiveRecord::Migration[5.0]
def change
add_column :school_questions, :response_total, :integer
end
end