Sha256: 2638a56d82642fb49b877c5d78ad87ddc41d9209d31e014ec15ad5d5e1c45166

Contents?: true

Size: 240 Bytes

Versions: 6

Compression:

Stored size: 240 Bytes

Contents

class CreateLatoBlogCategoryPosts < ActiveRecord::Migration[5.1]
  def change
    create_table :lato_blog_category_posts do |t|
      t.integer :lato_blog_category_id
      t.integer :lato_blog_post_id

      t.timestamps
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lato_blog-2.2.2 db/migrate/20170516063330_create_lato_blog_category_posts.rb
lato_blog-2.2.1 db/migrate/20170516063330_create_lato_blog_category_posts.rb
lato_blog-2.2.0 db/migrate/20170516063330_create_lato_blog_category_posts.rb
lato_blog-2.1.2 db/migrate/20170516063330_create_lato_blog_category_posts.rb
lato_blog-2.1.1 db/migrate/20170516063330_create_lato_blog_category_posts.rb
lato_blog-2.1 db/migrate/20170516063330_create_lato_blog_category_posts.rb