sqm-dashboards/db/migrate/20250115011457_add_total_esp_to_respondents.rb

5 lines
135 B
Ruby

class AddTotalEspToRespondents < ActiveRecord::Migration[8.0]
def change
add_column :respondents, :total_esp, :integer
end
end