Newer
Older
dmpopidor / db / migrate / 20130902142403_add_organisation_id_to_user.rb
@Marta Ribeiro Marta Ribeiro on 3 Jun 2016 129 bytes DMPonline4 - RAILS 4.0 (#4)
class AddOrganisationIdToUser < ActiveRecord::Migration
  def change
    add_column :users, :organisation_id, :integer
  end
end