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.7 features/support/db/migrations/create_tags.rb
thinking-sphinx-1.3.6 features/support/db/migrations/create_tags.rb
thinking-sphinx-1.3.4 features/support/db/migrations/create_tags.rb
thinking-sphinx-1.3.3 features/support/db/migrations/create_tags.rb
thinking-sphinx-099-1.3.2 features/support/db/migrations/create_tags.rb
thinking-sphinx-1.3.2 features/support/db/migrations/create_tags.rb
moneypools-thinking-sphinx-1.3.1 features/support/db/migrations/create_tags.rb
thinking-sphinx-1.3.1 features/support/db/migrations/create_tags.rb
thinking-sphinx-099-1.3.1 features/support/db/migrations/create_tags.rb
thinking-sphinx-099-1.3.0 features/support/db/migrations/create_tags.rb
thinking-sphinx-1.3.0 features/support/db/migrations/create_tags.rb
thinking-sphinx-099-1.2.13 features/support/db/migrations/create_tags.rb
thinking-sphinx-1.2.13 features/support/db/migrations/create_tags.rb
moneypools-thinking-sphinx-1.2.13 features/support/db/migrations/create_tags.rb
moneypools-thinking-sphinx-1.2.12 features/support/db/migrations/create_tags.rb
warp-thinking-sphinx-1.2.12 features/support/db/migrations/create_tags.rb