class AddFullNameToPixteches < ActiveRecord::Migration
  def change
    add_column :pixteches, :full_name, :string
  end
end
