Sha256: d2cd49e20a9adc3eb78e91152f112b650862fddec7a4bbea60f8b7499574c2c7

Contents?: true

Size: 305 Bytes

Versions: 19

Compression:

Stored size: 305 Bytes

Contents

ActiveRecord::Base.connection.create_table :alphas, :force => true do |t|
  t.column :name,       :string,  :null => false
  t.column :value,      :integer, :null => false
  t.column :cost,       :decimal, :precision => 10, :scale => 6
  t.column :created_on, :date
  t.column :created_at, :timestamp
end

Version data entries

19 entries across 19 versions & 5 rubygems

Version Path
thinking-sphinx-1.3.9 features/support/db/migrations/create_alphas.rb
ts-xml-0.0.1 features/support/db/migrations/create_alphas.rb
thinking-sphinx-1.3.8 features/support/db/migrations/create_alphas.rb
thinking-sphinx-1.3.7 features/support/db/migrations/create_alphas.rb
thinking-sphinx-1.3.6 features/support/db/migrations/create_alphas.rb
thinking-sphinx-1.3.4 features/support/db/migrations/create_alphas.rb
thinking-sphinx-1.3.3 features/support/db/migrations/create_alphas.rb
thinking-sphinx-099-1.3.2 features/support/db/migrations/create_alphas.rb
thinking-sphinx-1.3.2 features/support/db/migrations/create_alphas.rb
moneypools-thinking-sphinx-1.3.1 features/support/db/migrations/create_alphas.rb
thinking-sphinx-1.3.1 features/support/db/migrations/create_alphas.rb
thinking-sphinx-099-1.3.1 features/support/db/migrations/create_alphas.rb
thinking-sphinx-099-1.3.0 features/support/db/migrations/create_alphas.rb
thinking-sphinx-1.3.0 features/support/db/migrations/create_alphas.rb
thinking-sphinx-099-1.2.13 features/support/db/migrations/create_alphas.rb
thinking-sphinx-1.2.13 features/support/db/migrations/create_alphas.rb
moneypools-thinking-sphinx-1.2.13 features/support/db/migrations/create_alphas.rb
moneypools-thinking-sphinx-1.2.12 features/support/db/migrations/create_alphas.rb
warp-thinking-sphinx-1.2.12 features/support/db/migrations/create_alphas.rb