class QuestionAssetName < ActiveRecord::Migration[8.0] def change add_column :questions, :asset_name, :string, null: true end end