Sha256: c123b4a5bb40479c1212df45f13f3176a3f447416c4bfb3ae01a9151c1bcbf50
Contents?: true
Size: 322 Bytes
Versions: 17
Compression:
Stored size: 322 Bytes
Contents
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 12 versions & 1 rubygems