Sha256: c3a946129bf306585e86525a62e8fb1c8bc07c33e086cc1b768f4ce5e8f19ea3
Contents?: true
Size: 356 Bytes
Versions: 42
Compression:
Stored size: 356 Bytes
Contents
class CreateCollectionTypeParticipants < ActiveRecord::Migration[5.2] def change create_table :collection_type_participants do |t| t.references :hyrax_collection_type, foreign_key: true, index: {:name => "hyrax_collection_type_id"} t.string :agent_type t.string :agent_id t.string :access t.timestamps end end end
Version data entries
42 entries across 28 versions & 1 rubygems