Sha256: e4dd937c466ad2f090599b628e0bf74703cc0b0537b5621e5d0217e6f50c657c
Contents?: true
Size: 386 Bytes
Versions: 17
Compression:
Stored size: 386 Bytes
Contents
# This migration comes from inkwell (originally 20121209121955) class CreateInkwellBlogItems < ActiveRecord::Migration def change create_table :inkwell_blog_items do |t| t.integer :item_id t.integer "#{::Inkwell::Engine::config.user_table.to_s.singularize}_id" t.boolean :is_reblog t.boolean :is_comment t.timestamps end end end
Version data entries
17 entries across 9 versions & 1 rubygems