Sha256: 436300fe25b9b818dfd4b714de60fca2654f34dbbeea0d11b6408b89a3ace23e
Contents?: true
Size: 330 Bytes
Versions: 73
Compression:
Stored size: 330 Bytes
Contents
class CreateScaptimonyArfReportRaws < ActiveRecord::Migration[4.2] def change create_table :scaptimony_arf_report_raws, :id => false do |t| t.references :arf_report, :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
73 entries across 73 versions & 1 rubygems