Sha256: 543783a52331867bffb284c1e7932bc09f19d54875eb8cc2a9ec39326c7471b0

Contents?: true

Size: 240 Bytes

Versions: 93

Compression:

Stored size: 240 Bytes

Contents

ActiveRecord::Base.connection.create_table :robots, :primary_key => :alternate_primary_key, :force => true do |t|
  t.column :name,                   :string,  :null => false
  t.column :internal_id,            :string,  :null => false
end

Version data entries

93 entries across 93 versions & 15 rubygems

Version Path
thinking-sphinx-1.3.7 features/support/db/migrations/create_robots.rb
thinking-sphinx-1.3.6 features/support/db/migrations/create_robots.rb
thinking-sphinx-1.3.4 features/support/db/migrations/create_robots.rb
thinking-sphinx-1.3.3 features/support/db/migrations/create_robots.rb
thinking-sphinx-099-1.3.2 features/support/db/migrations/create_robots.rb
thinking-sphinx-1.3.2 features/support/db/migrations/create_robots.rb
moneypools-thinking-sphinx-1.3.1 features/support/db/migrations/create_robots.rb
thinking-sphinx-1.3.1 features/support/db/migrations/create_robots.rb
thinking-sphinx-099-1.3.1 features/support/db/migrations/create_robots.rb
thinking-sphinx-099-1.3.0 features/support/db/migrations/create_robots.rb
thinking-sphinx-1.3.0 features/support/db/migrations/create_robots.rb
thinking-sphinx-099-1.2.13 features/support/db/migrations/create_robots.rb
thinking-sphinx-1.2.13 features/support/db/migrations/create_robots.rb