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
thinking-sphinx-1.3.14 features/support/db/migrations/create_posts.rb
warp-thinking-sphinx-1.3.13 features/support/db/migrations/create_posts.rb
thinking-sphinx-1.3.13 features/support/db/migrations/create_posts.rb
thinking-sphinx-1.3.12 features/support/db/migrations/create_posts.rb
thinking-sphinx-1.3.11 features/support/db/migrations/create_posts.rb
warp-thinking-sphinx-1.3.11 features/support/db/migrations/create_posts.rb
warp-thinking-sphinx-1.3.10 features/support/db/migrations/create_posts.rb
thinking-sphinx-1.3.10 features/support/db/migrations/create_posts.rb
thinking-sphinx-1.3.9 features/support/db/migrations/create_posts.rb
ts-xml-0.0.1 features/support/db/migrations/create_posts.rb
thinking-sphinx-1.3.8 features/support/db/migrations/create_posts.rb
thinking-sphinx-1.3.7 features/support/db/migrations/create_posts.rb
thinking-sphinx-1.3.6 features/support/db/migrations/create_posts.rb
thinking-sphinx-1.3.4 features/support/db/migrations/create_posts.rb
thinking-sphinx-1.3.3 features/support/db/migrations/create_posts.rb
thinking-sphinx-099-1.3.2 features/support/db/migrations/create_posts.rb
thinking-sphinx-1.3.2 features/support/db/migrations/create_posts.rb
moneypools-thinking-sphinx-1.3.1 features/support/db/migrations/create_posts.rb
thinking-sphinx-1.3.1 features/support/db/migrations/create_posts.rb
thinking-sphinx-099-1.3.1 features/support/db/migrations/create_posts.rb