Sha256: 145ada60a6c8fa9030f895251d6e8de2e47d9d7f8704124a9b816b05efd01fac
Contents?: true
Size: 374 Bytes
Versions: 23
Compression:
Stored size: 374 Bytes
Contents
class CreateAutomaticExploitationMatchSets < ActiveRecord::Migration[4.2] def change create_table :automatic_exploitation_match_sets do |t| t.integer :workspace_id t.integer :user_id t.timestamps null: false end add_index :automatic_exploitation_match_sets, :user_id add_index :automatic_exploitation_match_sets, :workspace_id end end
Version data entries
23 entries across 23 versions & 2 rubygems