Class: CreateNodes
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- CreateNodes
- Defined in:
- lib/migrations/create_nodes.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
10 11 12 |
# File 'lib/migrations/create_nodes.rb', line 10 def self.down drop_table :hosts end |
.up ⇒ Object
2 3 4 5 6 7 8 |
# File 'lib/migrations/create_nodes.rb', line 2 def self.up create_table :nodes do |t| t.string :name t.string :role t. end end |