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