tack2us/db/migrate/20140214152056_add_content_to_pastes.rb

6 lines
116 B
Ruby
Raw Normal View History

2014-02-14 15:54:22 -05:00
class AddContentToPastes < ActiveRecord::Migration
def change
add_column :pastes, :content, :string
end
end