Class: CreateReferees

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
lib/db/migrate/20120621004904_create_referees.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
5
6
7
8
# File 'lib/db/migrate/20120621004904_create_referees.rb', line 2

def change
  create_table :referees do |t|
    t.string :endpoint

    t.timestamps
  end
end