Sha256: d9200fee16b25b8870dda3a993af5af9c68a60d9b8f45d5c81381801f79cdd26
Contents?: true
Size: 404 Bytes
Versions: 27
Compression:
Stored size: 404 Bytes
Contents
class CreateBulkraxPendingRelationships < ActiveRecord::Migration[5.1] def change unless table_exists?(:bulkrax_pending_relationships) 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 end
Version data entries
27 entries across 27 versions & 1 rubygems