class AddCharacteristicsToDesigns < ActiveRecord::Migration[6.1] def change add_column :designs, :characteristics, :text end end