foodsoft/db/migrate/20150923190747_add_boxfill_...

6 lines
122 B
Ruby
Raw Permalink Normal View History

class AddBoxfillToOrder < ActiveRecord::Migration[4.2]
2015-09-23 22:38:20 +02:00
def change
add_column :orders, :boxfill, :datetime
end
end