Sha256: a763ab3537675d1d1f7f5e7baa6acfc2b95cefd8a9e52d8f48e26c0c57adf8af
Contents?: true
Size: 282 Bytes
Versions: 44
Compression:
Stored size: 282 Bytes
Contents
class CreateAutomaticExploitationMatchResults < ActiveRecord::Migration def change create_table :automatic_exploitation_match_results do |t| t.integer :match_id t.integer :run_id t.string :state, null: false t.timestamps null: false end end end
Version data entries
44 entries across 44 versions & 1 rubygems