Sha256: 57c8adef2e5ad361e65bb59bbac49dd57147768eb02251954b17b0de94286dd8

Contents?: true

Size: 110 Bytes

Versions: 32

Compression:

Stored size: 110 Bytes

Contents

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

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.11 db/migrate/20130425153848_add_notes_to_orders.rb
artfully_ose-1.2.0.pre.10 db/migrate/20130425153848_add_notes_to_orders.rb
artfully_ose-1.2.0.pre.9 db/migrate/20130425153848_add_notes_to_orders.rb
artfully_ose-1.2.0.pre.8 db/migrate/20130425153848_add_notes_to_orders.rb
artfully_ose-1.2.0.pre.7 db/migrate/20130425153848_add_notes_to_orders.rb
artfully_ose-1.2.0.pre.6 db/migrate/20130425153848_add_notes_to_orders.rb
artfully_ose-1.2.0.pre.5 db/migrate/20130425153848_add_notes_to_orders.rb
artfully_ose-1.2.0.pre.4 db/migrate/20130425153848_add_notes_to_orders.rb
artfully_ose-1.2.0.pre.3 db/migrate/20130425153848_add_notes_to_orders.rb
artfully_ose-1.2.0.pre.2 db/migrate/20130425153848_add_notes_to_orders.rb
artfully_ose-1.2.0.pre.1 db/migrate/20130425153848_add_notes_to_orders.rb
artfully_ose-1.2.0.pre db/migrate/20130425153848_add_notes_to_orders.rb