Sha256: 5b6d039119795f6d9980136701485b3c41c4d7f96718866da996b0b3a02455a5
Contents?: true
Size: 434 Bytes
Versions: 17
Compression:
Stored size: 434 Bytes
Contents
# This migration comes from inkwell (originally 20121202140510) class CreateInkwellTimelineItems < ActiveRecord::Migration def change create_table :inkwell_timeline_items do |t| t.integer :item_id t.integer "#{::Inkwell::Engine::config.user_table.to_s.singularize}_id" t.string :from_source t.boolean :has_many_sources, :default => false t.boolean :is_comment t.timestamps end end end
Version data entries
17 entries across 9 versions & 1 rubygems