foodsoft/db/migrate/20160217124256_add_created_...

6 lines
139 B
Ruby
Raw Normal View History

2016-02-17 16:11:01 +01:00
class AddCreatedByUserIdToInvoice < ActiveRecord::Migration
def change
add_column :invoices, :created_by_user_id, :integer
end
end