Sha256: a878c03d98ab47c84a04802bc1163ce1b904afce9fca0e0bad16eba49804b939
Contents?: true
Size: 553 Bytes
Versions: 26
Compression:
Stored size: 553 Bytes
Contents
class CreateMetasploitCredentialOriginCrackedPasswords < ActiveRecord::Migration def change create_table :metasploit_credential_origin_cracked_passwords do |t| # # Foreign Keys # t.references :metasploit_credential_core , null: false # # Timestamps # t.timestamps null: false end # # Foreign Key Indices # add_index :metasploit_credential_origin_cracked_passwords, :metasploit_credential_core_id, name: :originating_credential_cores end end
Version data entries
26 entries across 26 versions & 1 rubygems