Class: AddMicroServiceNode001Migration
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- AddMicroServiceNode001Migration
- Defined in:
- lib/generators/micro_service/node/templates/migration_0.0.1.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
11 12 13 |
# File 'lib/generators/micro_service/node/templates/migration_0.0.1.rb', line 11 def self.down drop_table :micro_service_nodes end |
.up ⇒ Object
2 3 4 5 6 7 8 9 |
# File 'lib/generators/micro_service/node/templates/migration_0.0.1.rb', line 2 def self.up create_table :micro_service_nodes do |t| t.string :host t.string :secret t. null: false end end |