Sha256: 1a31921a486c6d0bc531f782e40b114b67fbbac5fb0b012be77fe73bb962684c
Contents?: true
Size: 356 Bytes
Versions: 20
Compression:
Stored size: 356 Bytes
Contents
class CreateCollectionTypeParticipants < ActiveRecord::Migration[5.1] 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
20 entries across 20 versions & 1 rubygems