Sha256: 497e1158d411697a90cbba2476998ad3f5405959862334b96078e17709967b8d

Contents?: true

Size: 143 Bytes

Versions: 4

Compression:

Stored size: 143 Bytes

Contents

class AddCategoriesToPost < ActiveRecord::Migration
  def change
  create_table "categories_posts" do |t|
  t.integer :post_id
  end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blogmodule-1.0.2 db/migrate/20111231183528_create_categories_posts.rb~
blogmodule-1.0.1 db/migrate/20111231183528_create_categories_posts.rb~
blogmodule-1.0.0 db/migrate/20111231183528_create_categories_posts.rb~
blogmodule-0.0.1 db/migrate/20111231183528_create_categories_posts.rb~