Sha256: d58e7fdc78f8430ceab873128efadcc7c106e477c47a64788779dbdf6b830550
Contents?: true
Size: 388 Bytes
Versions: 6
Compression:
Stored size: 388 Bytes
Contents
class CreateManifestationRelationships < ActiveRecord::Migration[5.2] 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
6 entries across 6 versions & 6 rubygems