Sha256: ca62cc02ea524679ff11ba5a93140fea20794f97681c7e1e7f8b0c1d12207976
Contents?: true
Size: 326 Bytes
Versions: 161
Compression:
Stored size: 326 Bytes
Contents
class CreateProduces < ActiveRecord::Migration[4.2] 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
161 entries across 161 versions & 19 rubygems