Class: CreateReferrals
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- CreateReferrals
- Defined in:
- lib/db/migrate/20120621004835_create_referrals.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 6 7 8 9 10 |
# File 'lib/db/migrate/20120621004835_create_referrals.rb', line 2 def change create_table :referrals do |t| t.integer :referee_id t.integer :user_id t.integer :visits, :default => 0 t. end end |