foodsoft/db/migrate/20150923190747_add_boxfill_to_order.rb
2020-09-05 14:40:11 +02:00

5 lines
122 B
Ruby

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