Sha256: affba2d4dbc1fa182f0f533bb85bbaba570d89554f79ed33d79053c4be0f4d42

Contents?: true

Size: 196 Bytes

Versions: 96

Compression:

Stored size: 196 Bytes

Contents

ActiveRecord::Base.connection.create_table :boxes, :force => true do |t|
  t.column :width,  :integer, :null => false
  t.column :length, :integer, :null => false
  t.column :depth,  :integer
end

Version data entries

96 entries across 96 versions & 15 rubygems

Version Path
thinking-sphinx-1.3.17 features/thinking_sphinx/db/migrations/create_boxes.rb
warp-thinking-sphinx-1.3.16 features/support/db/migrations/create_boxes.rb
thinking-sphinx-1.3.16 features/support/db/migrations/create_boxes.rb
hawkerb-thinking-sphinx-1.3.17 features/support/db/migrations/create_boxes.rb
thinking-sphinx-1.3.15 features/support/db/migrations/create_boxes.rb
hawkerb-thinking-sphinx-1.3.16 features/support/db/migrations/create_boxes.rb
hawkerb-thinking-sphinx-1.3.15 features/support/db/migrations/create_boxes.rb
hawkerb-thinking-sphinx-1.3.14 features/support/db/migrations/create_boxes.rb
zipme-thinking-sphinx-1.3.14 features/support/db/migrations/create_boxes.rb
thinking-sphinx-1.3.14 features/support/db/migrations/create_boxes.rb
warp-thinking-sphinx-1.3.13 features/support/db/migrations/create_boxes.rb
thinking-sphinx-1.3.13 features/support/db/migrations/create_boxes.rb
thinking-sphinx-1.3.12 features/support/db/migrations/create_boxes.rb
thinking-sphinx-1.3.11 features/support/db/migrations/create_boxes.rb
warp-thinking-sphinx-1.3.11 features/support/db/migrations/create_boxes.rb
warp-thinking-sphinx-1.3.10 features/support/db/migrations/create_boxes.rb
thinking-sphinx-1.3.10 features/support/db/migrations/create_boxes.rb
thinking-sphinx-1.3.9 features/support/db/migrations/create_boxes.rb
ts-xml-0.0.1 features/support/db/migrations/create_boxes.rb
thinking-sphinx-1.3.8 features/support/db/migrations/create_boxes.rb