Skip to content

Instantly share code, notes, and snippets.

@goldnuggets24
Created April 22, 2014 07:14
Show Gist options
  • Save goldnuggets24/11168220 to your computer and use it in GitHub Desktop.
Save goldnuggets24/11168220 to your computer and use it in GitHub Desktop.
class AddOrgIDtoPlans2 < ActiveRecord::Migration
def change
add_column :plans, :organization_id, :integer
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment