Sha256: a0fb341b9e1a82fd6aeefa735a2ae6e614de4ca1823d90aeef8060924b1fe923

Contents?: true

Size: 316 Bytes

Versions: 1

Compression:

Stored size: 316 Bytes

Contents

class CreateBloglines < ActiveRecord::Migration
  def change
    create_table :bloglines do |t|
      t.integer  "item_id"
      t.boolean "is_reblog"
      t.integer "owner_id"
      t.string "item_type"
      t.string "owner_type"
      t.text "category_ids", :default => "[]"
      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/20130422112504_create_bloglines.rb