class AddPrefixIntoPointsale < ActiveRecord::Migration def change add_column :pointsales, :prefix, :text, null: true end end