Sha256: d6aa7cd04988b87af192eb8388318a47f31d777d347f3e07499b86f1f365afe6
Contents?: true
Size: 383 Bytes
Versions: 689
Compression:
Stored size: 383 Bytes
Contents
class CreateManifestationRelationships < ActiveRecord::Migration def change create_table :manifestation_relationships do |t| t.integer :parent_id t.integer :child_id t.integer :manifestation_relationship_type_id t.timestamps end add_index :manifestation_relationships, :parent_id add_index :manifestation_relationships, :child_id end end
Version data entries
689 entries across 681 versions & 23 rubygems