Sha256: 23db3b5e77dac14ae6afab43776bd778f26dccbc8b61762f336fec273dda8441

Contents?: true

Size: 200 Bytes

Versions: 96

Compression:

Stored size: 200 Bytes

Contents

ActiveRecord::Base.connection.create_table(
  :authors_posts, :force => true, :id => false
) do |t|
  t.column :author_id, :integer, :null => false
  t.column :post_id,   :integer, :null => false
end

Version data entries

96 entries across 96 versions & 15 rubygems

Version Path
thinking-sphinx-2.0.1 features/thinking_sphinx/db/migrations/create_authors_posts.rb
thinking-sphinx-2.0.0 features/thinking_sphinx/db/migrations/create_authors_posts.rb
thinking-sphinx-1.4.0 features/thinking_sphinx/db/migrations/create_authors_posts.rb
thorsson_thinking-sphinx-2.0 features/thinking_sphinx/db/migrations/create_authors_posts.rb
angelf-thinking-sphinx-1.3.18 features/thinking_sphinx/db/migrations/create_authors_posts.rb
thinking-sphinx-1.3.20 features/thinking_sphinx/db/migrations/create_authors_posts.rb
thinking-sphinx-2.0.0.rc2 features/thinking_sphinx/db/migrations/create_authors_posts.rb
thinking-sphinx-1.3.19 features/thinking_sphinx/db/migrations/create_authors_posts.rb
skalee-thinking-sphinx-1.3.14.2 features/support/db/migrations/create_authors_posts.rb
skalee-thinking-sphinx-1.3.14.1 features/support/db/migrations/create_authors_posts.rb
thorsson_thinking-sphinx-1.3.18 features/thinking_sphinx/db/migrations/create_authors_posts.rb
thinking-sphinx-allen-1.3.18.4 features/thinking_sphinx/db/migrations/create_authors_posts.rb
thinking-sphinx-allen-1.3.18.3 features/thinking_sphinx/db/migrations/create_authors_posts.rb
thinking-sphinx-allen-1.3.18.2 features/thinking_sphinx/db/migrations/create_authors_posts.rb
thinking-sphinx-2.0.0.rc1 features/thinking_sphinx/db/migrations/create_authors_posts.rb
thinking-sphinx-allen-1.3.18.1 features/thinking_sphinx/db/migrations/create_authors_posts.rb
thinking-sphinx-allen-1.3.18 features/thinking_sphinx/db/migrations/create_authors_posts.rb
thinking-sphinx-1.3.18 features/thinking_sphinx/db/migrations/create_authors_posts.rb
josh_cutler-thinking-sphinx-1.3.17 features/thinking_sphinx/db/migrations/create_authors_posts.rb
hawkerb-thinking-sphinx-1.3.18 features/support/db/migrations/create_authors_posts.rb