Sha256: 04f9e2d2f7308ba3f9138f72e541cb5a0c08f6e8db1b093b0e04afb732e153b6

Contents?: true

Size: 218 Bytes

Versions: 3

Compression:

Stored size: 218 Bytes

Contents

class CreateBlogrTaggings < ActiveRecord::Migration
  def change
    create_table :blogr_taggings do |t|
      t.belongs_to :tag, index: true
      t.belongs_to :post, index: true

      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blogr-0.0.8 db/migrate/20131105161209_create_blogr_taggings.rb
blogr-0.0.7 db/migrate/20131105161209_create_blogr_taggings.rb
blogr-0.0.6 db/migrate/20131105161209_create_blogr_taggings.rb