foodsoft/db/migrate/20171001000000_add_last_sen...

6 lines
129 B
Ruby
Raw Normal View History

class AddLastSentMailToOrder < ActiveRecord::Migration
def change
add_column :orders, :last_sent_mail, :datetime
end
end