foodsoft/db/migrate/20150923190747_add_boxfill_to_order.rb
2015-11-13 18:10:46 +01:00

5 lines
117 B
Ruby

class AddBoxfillToOrder < ActiveRecord::Migration
def change
add_column :orders, :boxfill, :datetime
end
end