Sha256: b35301b7829bd679d3a3afe8adfcf6abb3f111a1e0fab17e7021e913529a0015
Contents?: true
Size: 369 Bytes
Versions: 44
Compression:
Stored size: 369 Bytes
Contents
class CreateAutomaticExploitationMatchSets < ActiveRecord::Migration 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
44 entries across 44 versions & 1 rubygems