view db/migrate/20130201150322_add_key_to_paste.rb @ 333:682abad78313

Documentation and line length.
author edogawaconan <me@myconan.net>
date Mon, 14 Apr 2014 17:32:12 +0900
parents a9dba6a3008b
children 4608d12ebe03
line wrap: on
line source

# For deletion.
class AddKeyToPaste < ActiveRecord::Migration
  def change
    add_column :pastes, :key, :string
  end
end