Sha256: e8bc2a38c3e27379344f2dfc014c86dc46eb0562a4da5d5cac442597c8b38d25
Contents?: true
Size: 305 Bytes
Versions: 412
Compression:
Stored size: 305 Bytes
Contents
class CreateCreates < ActiveRecord::Migration def change create_table :creates do |t| t.references :agent, :null => false t.references :work, :null => false t.integer :position t.timestamps end add_index :creates, :agent_id add_index :creates, :work_id end end
Version data entries
412 entries across 404 versions & 22 rubygems