# frozen_string_literal: true class AddAttachmentsToQuestions < ActiveRecord::Migration[5.0] def change add_column :questions, :attachment, :string end end