Sha256: efc840b02bbbf1eab2d2ff3a6bbc6ea493b078380532b6a3d118c490be6f143d
Contents?: true
Size: 325 Bytes
Versions: 31
Compression:
Stored size: 325 Bytes
Contents
class CreateScaptimonyArfReportRaws < ActiveRecord::Migration 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
31 entries across 31 versions & 1 rubygems