Sha256: 7c4efe082696a432d5734e32c7abd04ac1209e78728c872b38f2115812168bea

Contents?: true

Size: 259 Bytes

Versions: 49

Compression:

Stored size: 259 Bytes

Contents

class CreateMnoMonsters < ActiveRecord::Migration
  def change
    create_table :mno_monsters do |t|
      t.string :first_name
      t.string :last_name
      t.string :email
      t.string :provider
      t.string :uid

      t.timestamps
    end
  end
end

Version data entries

49 entries across 37 versions & 2 rubygems

Version Path
maestrano-rails-1.0.4 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-1.0.3 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-1.0.2 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-1.0.0 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-1.0.0.pre.RC8 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-1.0.0.pre.RC7 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-1.0.0.pre.RC6 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-1.0.0.pre.RC5 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-1.0.0.pre.RC4 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-1.0.0.pre.RC3 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-1.0.0.pre.RC2 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-1.0.0.pre.RC1 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.15.4 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.15.2 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.15.1 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.15.0 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.14.0 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.13.0 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.12.0 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.12.0 test/dummy_activerecord/db/migrate/20140526144828_create_mno_monsters.rb