class QuestionAddDataField < ActiveRecord::Migration[8.0] def change add_column :questions, :data, :text end end