Sha256: c19a061b2ddc7d0e981b5d88a7f92e655241363d74e6eca8d5f24a8fe943e4ce

Contents?: true

Size: 170 Bytes

Versions: 96

Compression:

Stored size: 170 Bytes

Contents

ActiveRecord::Base.connection.create_table :tags, :force => true do |t|
  # t.column :post_id, :integer, :null => false
  t.column :text,       :text,  :null => true
end

Version data entries

96 entries across 96 versions & 15 rubygems

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