foodsoft/db/migrate/20171001000000_add_last_sen...

6 lines
134 B
Ruby

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