Sha256: 2e522271324d3d9721dfda55e42f27e80cc38b786c539e2cbb09694575d6ede0

Contents?: true

Size: 200 Bytes

Versions: 67

Compression:

Stored size: 200 Bytes

Contents

ActiveRecord::Base.connection.create_table :posts, :force => true do |t|
  t.column :subject, :string,  :null => false
  t.column :content, :text
  t.column :category_id, :integer, :null => false
end

Version data entries

67 entries across 67 versions & 14 rubygems

Version Path
skalee-thinking-sphinx-1.3.14.1 features/support/db/migrations/create_posts.rb
thorsson_thinking-sphinx-1.3.18 features/thinking_sphinx/db/migrations/create_posts.rb
thinking-sphinx-allen-1.3.18.4 features/thinking_sphinx/db/migrations/create_posts.rb
thinking-sphinx-allen-1.3.18.3 features/thinking_sphinx/db/migrations/create_posts.rb
thinking-sphinx-allen-1.3.18.2 features/thinking_sphinx/db/migrations/create_posts.rb
thinking-sphinx-2.0.0.rc1 features/thinking_sphinx/db/migrations/create_posts.rb
thinking-sphinx-allen-1.3.18.1 features/thinking_sphinx/db/migrations/create_posts.rb
thinking-sphinx-allen-1.3.18 features/thinking_sphinx/db/migrations/create_posts.rb
thinking-sphinx-1.3.18 features/thinking_sphinx/db/migrations/create_posts.rb
josh_cutler-thinking-sphinx-1.3.17 features/thinking_sphinx/db/migrations/create_posts.rb
hawkerb-thinking-sphinx-1.3.18 features/support/db/migrations/create_posts.rb
thinking-sphinx-1.3.17 features/thinking_sphinx/db/migrations/create_posts.rb
warp-thinking-sphinx-1.3.16 features/support/db/migrations/create_posts.rb
thinking-sphinx-1.3.16 features/support/db/migrations/create_posts.rb
hawkerb-thinking-sphinx-1.3.17 features/support/db/migrations/create_posts.rb
thinking-sphinx-1.3.15 features/support/db/migrations/create_posts.rb
hawkerb-thinking-sphinx-1.3.16 features/support/db/migrations/create_posts.rb
hawkerb-thinking-sphinx-1.3.15 features/support/db/migrations/create_posts.rb
hawkerb-thinking-sphinx-1.3.14 features/support/db/migrations/create_posts.rb
zipme-thinking-sphinx-1.3.14 features/support/db/migrations/create_posts.rb