tack2us/db/migrate/20140214152056_add_content_to_pastes.rb

5 lines
116 B
Ruby

class AddContentToPastes < ActiveRecord::Migration
def change
add_column :pastes, :content, :string
end
end