Sha256: b35fff8c6ad38c2d41f97e975735d9d7c736487b505bf3d772cb2bdb4e837d70
Contents?: true
Size: 375 Bytes
Versions: 2
Compression:
Stored size: 375 Bytes
Contents
class CreateManifestationRelationships < ActiveRecord::Migration[5.0] def change create_table :manifestation_relationships do |t| t.uuid :parent_id, index: true t.uuid :child_id, index: true t.references :manifestation_relationship_type, index: {name: 'index_manifestation_relationships_on_relationship_type_id'} t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems