Sha256: dd85d9c958186adeea7bded7d3e1f87cecef5776c549f09dbc108e0289219493

Contents?: true

Size: 267 Bytes

Versions: 38

Compression:

Stored size: 267 Bytes

Contents

require 'faker'

ActiveRecord::Base.connection.create_table :developers, :force => true do |t|
  t.column :name,     :string,  :null => false
  t.column :city,     :string
  t.column :state,    :string
  t.column :country,  :string
  t.column :age,      :integer
end

Version data entries

38 entries across 38 versions & 8 rubygems

Version Path
skalee-thinking-sphinx-1.3.14.2 features/support/db/migrations/create_developers.rb
skalee-thinking-sphinx-1.3.14.1 features/support/db/migrations/create_developers.rb
hawkerb-thinking-sphinx-1.3.18 features/support/db/migrations/create_developers.rb
warp-thinking-sphinx-1.3.16 features/support/db/migrations/create_developers.rb
thinking-sphinx-1.3.16 features/support/db/migrations/create_developers.rb
hawkerb-thinking-sphinx-1.3.17 features/support/db/migrations/create_developers.rb
thinking-sphinx-1.3.15 features/support/db/migrations/create_developers.rb
hawkerb-thinking-sphinx-1.3.16 features/support/db/migrations/create_developers.rb
hawkerb-thinking-sphinx-1.3.15 features/support/db/migrations/create_developers.rb
hawkerb-thinking-sphinx-1.3.14 features/support/db/migrations/create_developers.rb
zipme-thinking-sphinx-1.3.14 features/support/db/migrations/create_developers.rb
thinking-sphinx-1.3.14 features/support/db/migrations/create_developers.rb
warp-thinking-sphinx-1.3.13 features/support/db/migrations/create_developers.rb
thinking-sphinx-1.3.13 features/support/db/migrations/create_developers.rb
thinking-sphinx-1.3.12 features/support/db/migrations/create_developers.rb
thinking-sphinx-1.3.11 features/support/db/migrations/create_developers.rb
warp-thinking-sphinx-1.3.11 features/support/db/migrations/create_developers.rb
warp-thinking-sphinx-1.3.10 features/support/db/migrations/create_developers.rb
thinking-sphinx-1.3.10 features/support/db/migrations/create_developers.rb
thinking-sphinx-1.3.9 features/support/db/migrations/create_developers.rb