Sha256: 1cdd528a87f64705ae4a1f85fd862750e83959372da973e931061d42062fea0c
Contents?: true
Size: 357 Bytes
Versions: 10
Compression:
Stored size: 357 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 end add_index :automatic_exploitation_match_sets, :user_id add_index :automatic_exploitation_match_sets, :workspace_id end end
Version data entries
10 entries across 10 versions & 1 rubygems