Sha256: bfe9d880236fd2b3bfcd1058def9a69596c675e10f32fb80f8aa0fb9e9893abd
Contents?: true
Size: 327 Bytes
Versions: 4
Compression:
Stored size: 327 Bytes
Contents
class CreateBulkraxPendingRelationships < ActiveRecord::Migration[5.2] def change create_table :bulkrax_pending_relationships do |t| t.belongs_to :bulkrax_importer_run, foreign_key: true, null: false t.string :parent_id, null: false t.string :child_id, null: false t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems