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-0.11.0 test/dummy_activerecord/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.11.0 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.10.0 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.10.0 test/dummy_activerecord/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.9.5 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.9.5 test/dummy_activerecord/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.9.4 test/dummy_activerecord/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.9.4 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-test-0.9.4 test/dummy_activerecord/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-test-0.9.4 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-test-0.9.3 test/dummy_activerecord/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-test-0.9.3 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.9.3 test/dummy_activerecord/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.9.3 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.9.2 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.9.2 test/dummy_activerecord/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.9.1 test/dummy_activerecord/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.9.1 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.9.0 test/dummy_mongoid/db/migrate/20140526144828_create_mno_monsters.rb
maestrano-rails-0.9.0 test/dummy_activerecord/db/migrate/20140526144828_create_mno_monsters.rb