Sha256: 3f53879f9f07cfdcf748fd054364421d2e8ba74a59ca7319425e5ecef7d35d7e

Contents?: true

Size: 300 Bytes

Versions: 3

Compression:

Stored size: 300 Bytes

Contents

ActiveRecord::Base.connection.create_table :robots, :id => false, :force => true do |t|
  t.column :alternate_primary_key,  "int(11) DEFAULT NULL auto_increment PRIMARY KEY"
  t.column :name,                   :string,  :null => false
  t.column :internal_id,            :string,  :null => false
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
moneypools-thinking-sphinx-1.2.13 features/support/db/migrations/create_robots.rb
moneypools-thinking-sphinx-1.2.12 features/support/db/migrations/create_robots.rb
warp-thinking-sphinx-1.2.12 features/support/db/migrations/create_robots.rb