Class: CreateAttackOptions
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- CreateAttackOptions
- Defined in:
- lib/db/migrations/004_create_attack_options.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
11 12 13 |
# File 'lib/db/migrations/004_create_attack_options.rb', line 11 def self.down drop_table :attack_options end |
.up ⇒ Object
2 3 4 5 6 7 8 9 |
# File 'lib/db/migrations/004_create_attack_options.rb', line 2 def self.up create_table :attack_options do |t| t.integer :attack_module_id t.string :option_key t.string :option_value t. end end |