class AddPointSaleIdColumnToUser < ActiveRecord::Migration def change add_column :users, :pointsale_id, :integer, null: true end end