Sha256: 7b462837a863631fdf09ca84f9e55dc7e791527216201ea1c2165c5cd7275390

Contents?: true

Size: 223 Bytes

Versions: 96

Compression:

Stored size: 223 Bytes

Contents

ActiveRecord::Base.connection.create_table :taggings, :force => true do |t|
  t.column :tag_id,         :integer
  t.column :taggable_id,    :integer, :null => false
  t.column :taggable_type,  :string,  :null => false
end

Version data entries

96 entries across 96 versions & 15 rubygems

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