Sha256: db8782931b764a5286f84cf07ba6d5f742ec6eda9cc0da17487020978ef659c8
Contents?: true
Size: 341 Bytes
Versions: 6
Compression:
Stored size: 341 Bytes
Contents
class CreateScaptimonyArfReportRaws < ActiveRecord::Migration def change create_table :scaptimony_arf_report_raws, :id => false do |t| t.references :arf_report, :index => true, :null => false t.integer :size t.binary :raw end add_index :scaptimony_arf_report_raws, [:arf_report_id], :unique => true end end
Version data entries
6 entries across 6 versions & 2 rubygems