Farmbot-Web-App/db/migrate/20170807143633_add_last_see...

7 lines
129 B
Ruby
Raw Permalink Normal View History

class AddLastSeenToDevices < ActiveRecord::Migration[5.1]
2019-11-07 12:35:10 -07:00
def change
add_column :devices, :last_seen, :datetime
end
end