Sha256: 7a5f1ba7f0084e8741b2b3f27d98a9586532bb8ee1cc6830b3d7d1b431504902

Contents?: true

Size: 227 Bytes

Versions: 96

Compression:

Stored size: 227 Bytes

Contents

ActiveRecord::Base.connection.create_table :betas, :force => true do |t|
  t.column :name, :string,  :null => false
  t.column :value, :integer, :null => false
  t.column :delta, :boolean, :null => false, :default => false
end

Version data entries

96 entries across 96 versions & 15 rubygems

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