osem-fcy/db/migrate/20200716181602_add_order_to_rooms.rb

5 lines
112 B
Ruby

class AddOrderToRooms < ActiveRecord::Migration[5.2]
def change
add_column :rooms, :order, :int
end
end