Class: CreateOperatingSystems

Inherits:
Object
  • Object
show all
Defined in:
lib/device_tracker/db/migrate/20150521120335_create_operating_systems.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#changeObject



3
4
5
6
7
8
# File 'lib/device_tracker/db/migrate/20150521120335_create_operating_systems.rb', line 3

def change
  create_table :operating_systems do |t|
    t.string :name
    t.integer :api_level
  end
end