Created
June 30, 2016 06:56
-
-
Save Ravenstine/00703d5140d3da3e458e92f116b70f09 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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