Sha256: 83a37b21b0c9e91ee404f60ae913d0529c28cf634923694c6e1f7c07e59fc54e
Contents?: true
Size: 375 Bytes
Versions: 61
Compression:
Stored size: 375 Bytes
Contents
class CreateCollectionTypeParticipants < ActiveRecord::Migration<%= migration_version %> 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
61 entries across 61 versions & 1 rubygems