Class: CreateAttackPayloads
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- CreateAttackPayloads
- Defined in:
- lib/db/migrations/005_create_attack_payloads.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
10 11 12 |
# File 'lib/db/migrations/005_create_attack_payloads.rb', line 10 def self.down drop_table :attack_payloads end |
.up ⇒ Object
2 3 4 5 6 7 8 |
# File 'lib/db/migrations/005_create_attack_payloads.rb', line 2 def self.up create_table :attack_payloads do |t| t.string :name t.integer :attack_module_id t. end end |