Sha256: 72f37eaa888cef002390c1f9b6d3b18ac91077639fda45b56f610c209b4ac0c9
Contents?: true
Size: 230 Bytes
Versions: 9
Compression:
Stored size: 230 Bytes
Contents
class CreateBlogelatorPostsPosts < ActiveRecord::Migration def change create_table :blogelator_posts_posts do |t| t.belongs_to :post, index: true t.belongs_to :related_post, index: true end end end
Version data entries
9 entries across 9 versions & 1 rubygems