Sha256: d169d8501e4737f78b25c8cb57e9850d2b7b9dc1d6d68ddff4e6974287162317

Contents?: true

Size: 116 Bytes

Versions: 3

Compression:

Stored size: 116 Bytes

Contents

class AddNotesToOrders < ActiveRecord::Migration
  def change
    add_column :shoppe_orders, :notes, :text
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shoppe-0.0.15 db/migrate/20131021135208_add_notes_to_orders.rb
shoppe-0.0.14 db/migrate/20131021135208_add_notes_to_orders.rb
shoppe-0.0.13 db/migrate/20131021135208_add_notes_to_orders.rb