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-099-1.3.0 features/support/db/migrations/create_posts.rb
thinking-sphinx-1.3.0 features/support/db/migrations/create_posts.rb
thinking-sphinx-099-1.2.13 features/support/db/migrations/create_posts.rb
thinking-sphinx-1.2.13 features/support/db/migrations/create_posts.rb
moneypools-thinking-sphinx-1.2.13 features/support/db/migrations/create_posts.rb
moneypools-thinking-sphinx-1.2.12 features/support/db/migrations/create_posts.rb
warp-thinking-sphinx-1.2.12 features/support/db/migrations/create_posts.rb