Sha256: 7c7d39239a7354b632da284cab8100aaec13ecf17e986398f6d624e0dd2be8be

Contents?: true

Size: 385 Bytes

Versions: 63

Compression:

Stored size: 385 Bytes

Contents

class CreateParticipants < ActiveRecord::Migration[4.2]
  def change
    create_table :participants do |t|
      t.string :first_name
      t.string :last_name
      t.string :email
      t.string :city
      t.string :state
      t.string :year
      t.date :birthday
      t.string :experience
      t.string :interest
      t.string :school_id

      t.timestamps
    end
  end
end

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
hackathon_manager-0.11.0 db/migrate/20141011210642_create_participants.rb
hackathon_manager-0.10.3 db/migrate/20141011210642_create_participants.rb
hackathon_manager-0.10.2 db/migrate/20141011210642_create_participants.rb
hackathon_manager-0.10.1 db/migrate/20141011210642_create_participants.rb
hackathon_manager-0.10.0 db/migrate/20141011210642_create_participants.rb
hackathon_manager-0.9.2 db/migrate/20141011210642_create_participants.rb
hackathon_manager-0.9.1 db/migrate/20141011210642_create_participants.rb
hackathon_manager-0.9.0 db/migrate/20141011210642_create_participants.rb
hackathon_manager-0.8.2 db/migrate/20141011210642_create_participants.rb
hackathon_manager-0.8.1 db/migrate/20141011210642_create_participants.rb
hackathon_manager-0.8.0 db/migrate/20141011210642_create_participants.rb
hackathon_manager-0.7.1 db/migrate/20141011210642_create_participants.rb
hackathon_manager-0.7.0 db/migrate/20141011210642_create_participants.rb
hackathon_manager-0.6.6 db/migrate/20141011210642_create_participants.rb
hackathon_manager-0.6.5 db/migrate/20141011210642_create_participants.rb
hackathon_manager-0.6.4 db/migrate/20141011210642_create_participants.rb
hackathon_manager-0.6.3 db/migrate/20141011210642_create_participants.rb
hackathon_manager-0.6.2 db/migrate/20141011210642_create_participants.rb
hackathon_manager-0.6.1 db/migrate/20141011210642_create_participants.rb
hackathon_manager-0.6.0 db/migrate/20141011210642_create_participants.rb