Sha256: 0634059af29cfc19ca3d9f5dd63453a33dae84fcc2dfff2207d4b4e1f70c19fa

Contents?: true

Size: 235 Bytes

Versions: 29

Compression:

Stored size: 235 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
  t.column :keywords_file, :string
end

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
thinking-sphinx-2.0.9 features/thinking_sphinx/db/migrations/create_posts.rb
thinking-sphinx-1.4.9 features/thinking_sphinx/db/migrations/create_posts.rb
thinking-sphinx-2.0.8 features/thinking_sphinx/db/migrations/create_posts.rb
thinking-sphinx-1.4.8 features/thinking_sphinx/db/migrations/create_posts.rb
thinking-sphinx-2.0.7 features/thinking_sphinx/db/migrations/create_posts.rb
thinking-sphinx-2.0.6 features/thinking_sphinx/db/migrations/create_posts.rb
thinking-sphinx-1.4.7 features/thinking_sphinx/db/migrations/create_posts.rb
thinking-sphinx-2.0.5 features/thinking_sphinx/db/migrations/create_posts.rb
thinking-sphinx-1.4.6 features/thinking_sphinx/db/migrations/create_posts.rb