Skip to content

Instantly share code, notes, and snippets.

@ahmdrefat
Created November 12, 2012 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmdrefat/daea9311875fda313847 to your computer and use it in GitHub Desktop.
Save ahmdrefat/daea9311875fda313847 to your computer and use it in GitHub Desktop.
def change
add_column :users, :name, :string
add_column :users, :screen_name, :string
add_column :users, :url, :string
add_column :users, :profile_image_url, :string
add_column :users, :location, :string
add_column :users, :description, :string
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment