Sha256: 510aa4cc4fc5a7c9925da24b2d9602272fa911e2fbf44519e81b5d1714350a01

Contents?: true

Size: 199 Bytes

Versions: 49

Compression:

Stored size: 199 Bytes

Contents

class CreateMnoCrews < ActiveRecord::Migration
  def change
    create_table :mno_crews do |t|
      t.string :name
      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/20140526151139_create_mno_crews.rb
maestrano-rails-1.0.3 test/dummy_mongoid/db/migrate/20140526151139_create_mno_crews.rb
maestrano-rails-1.0.2 test/dummy_mongoid/db/migrate/20140526151139_create_mno_crews.rb
maestrano-rails-1.0.0 test/dummy_mongoid/db/migrate/20140526151139_create_mno_crews.rb
maestrano-rails-1.0.0.pre.RC8 test/dummy_mongoid/db/migrate/20140526151139_create_mno_crews.rb
maestrano-rails-1.0.0.pre.RC7 test/dummy_mongoid/db/migrate/20140526151139_create_mno_crews.rb
maestrano-rails-1.0.0.pre.RC6 test/dummy_mongoid/db/migrate/20140526151139_create_mno_crews.rb
maestrano-rails-1.0.0.pre.RC5 test/dummy_mongoid/db/migrate/20140526151139_create_mno_crews.rb
maestrano-rails-1.0.0.pre.RC4 test/dummy_mongoid/db/migrate/20140526151139_create_mno_crews.rb
maestrano-rails-1.0.0.pre.RC3 test/dummy_mongoid/db/migrate/20140526151139_create_mno_crews.rb
maestrano-rails-1.0.0.pre.RC2 test/dummy_mongoid/db/migrate/20140526151139_create_mno_crews.rb
maestrano-rails-1.0.0.pre.RC1 test/dummy_mongoid/db/migrate/20140526151139_create_mno_crews.rb
maestrano-rails-0.15.4 test/dummy_mongoid/db/migrate/20140526151139_create_mno_crews.rb
maestrano-rails-0.15.2 test/dummy_mongoid/db/migrate/20140526151139_create_mno_crews.rb
maestrano-rails-0.15.1 test/dummy_mongoid/db/migrate/20140526151139_create_mno_crews.rb
maestrano-rails-0.15.0 test/dummy_mongoid/db/migrate/20140526151139_create_mno_crews.rb
maestrano-rails-0.14.0 test/dummy_mongoid/db/migrate/20140526151139_create_mno_crews.rb
maestrano-rails-0.13.0 test/dummy_mongoid/db/migrate/20140526151139_create_mno_crews.rb
maestrano-rails-0.12.0 test/dummy_mongoid/db/migrate/20140526151139_create_mno_crews.rb
maestrano-rails-0.12.0 test/dummy_activerecord/db/migrate/20140526151139_create_mno_crews.rb