Sha256: 34f44fff37766d46fff06f8f8ca2fb991829c1845c3ae03a96596e5877b6f784
Contents?: true
Size: 368 Bytes
Versions: 33
Compression:
Stored size: 368 Bytes
Contents
class CreateScaptimonyArfReports < ActiveRecord::Migration def change create_table :scaptimony_arf_reports do |t| t.references :asset, :index => true t.references :policy, :index => true t.datetime :date t.string :digest, :limit => 128 t.timestamps end add_index :scaptimony_arf_reports, :digest, :unique => true end end
Version data entries
33 entries across 33 versions & 1 rubygems