Sha256: 16f167416e13f2d067ac993511e1b52ab074354ecf830abd22d8165cd5c40ac6
Contents?: true
Size: 309 Bytes
Versions: 1
Compression:
Stored size: 309 Bytes
Contents
class CreateBloglinesCategories < ActiveRecord::Migration def change create_table :bloglines_categories do |t| t.integer "blog_item_id" t.integer "category_id" t.integer "item_id" t.string "item_type" t.datetime "blog_item_created_at" t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
inkwell_timelines-1.0.0 | test/dummy/db/migrate/20130422113135_create_bloglines_categories.rb |