Class: AddRemoteToEvents

Inherits:
Object
  • Object
show all
Defined in:
lib/nexmo_developer/db/migrate/20200402092734_add_remote_to_events.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
# File 'lib/nexmo_developer/db/migrate/20200402092734_add_remote_to_events.rb', line 2

def change
  add_column :events, :remote, :boolean, default: false
end