Sha256: 59eaf08cd1188fc3a6b2d4f771fad6b9d37b2e4ac1fc5f44e560aae840fb83eb
Contents?: true
Size: 311 Bytes
Versions: 54
Compression:
Stored size: 311 Bytes
Contents
class CreateKrikriHarvestSources < ActiveRecord::Migration def change create_table :krikri_harvest_sources do |t| t.integer :institution_id t.string :name t.string :source_type t.string :metadata_schema t.string :uri t.text :notes t.timestamps end end end
Version data entries
54 entries across 54 versions & 1 rubygems