Sha256: 159e20d3af86ed6b4b5b240df3398cd573c354784d3a7e81824b35581617202b
Contents?: true
Size: 327 Bytes
Versions: 412
Compression:
Stored size: 327 Bytes
Contents
class CreateProduces < ActiveRecord::Migration def change create_table :produces do |t| t.references :agent, :null => false t.references :manifestation, :null => false t.integer :position t.timestamps end add_index :produces, :agent_id add_index :produces, :manifestation_id end end
Version data entries
412 entries across 404 versions & 22 rubygems