Sha256: 39021490cfe6237c4a7f0e40a75e84a01b9e6bf206836a1a39fa695050bf7090

Contents?: true

Size: 346 Bytes

Versions: 44

Compression:

Stored size: 346 Bytes

Contents

class CreateAutomaticExploitationMatches < ActiveRecord::Migration
  def change
    create_table :automatic_exploitation_matches do |t|
      t.integer :ref_id
      t.string :state
      t.integer :nexpose_data_vulnerability_definition_id

      t.timestamps null: false
    end

    add_index :automatic_exploitation_matches, :ref_id
  end
end

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
metasploit_data_models-1.0.1 db/migrate/20131002004641_create_automatic_exploitation_matches.rb
metasploit_data_models-1.0.0 db/migrate/20131002004641_create_automatic_exploitation_matches.rb
metasploit_data_models-1.0.0.pre.rails.pre.4.0b db/migrate/20131002004641_create_automatic_exploitation_matches.rb
metasploit_data_models-1.0.0.pre.rails.pre.4.0a db/migrate/20131002004641_create_automatic_exploitation_matches.rb