Skip to content

Instantly share code, notes, and snippets.

@brandon-beacher
Created November 18, 2011 22:38
Show Gist options
  • Save brandon-beacher/1377995 to your computer and use it in GitHub Desktop.
Save brandon-beacher/1377995 to your computer and use it in GitHub Desktop.
class AddUserIdToJobs < ActiveRecord::Migration
def change
add_column :jobs, :user_id, :integer
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment