Skip to content

Instantly share code, notes, and snippets.

@Ravenstine
Created June 30, 2016 06:56
Show Gist options
  • Save Ravenstine/00703d5140d3da3e458e92f116b70f09 to your computer and use it in GitHub Desktop.
Save Ravenstine/00703d5140d3da3e458e92f116b70f09 to your computer and use it in GitHub Desktop.
class AddContentToArticles < ActiveRecord::Migration
def change
add_column :articles, :content, :text
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment