update
This commit is contained in:
@@ -4,7 +4,6 @@ class CreateNodes < ActiveRecord::Migration
|
||||
|
||||
t.string :host_name
|
||||
t.string :host_ip
|
||||
t.integer :host_port
|
||||
t.string :user_name
|
||||
t.string :user_password
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@ ActiveRecord::Schema.define(version: 20160920111650) do
|
||||
create_table "nodes", force: :cascade do |t|
|
||||
t.string "host_name"
|
||||
t.string "host_ip"
|
||||
t.integer "host_port"
|
||||
t.string "user_name"
|
||||
t.string "user_password"
|
||||
t.datetime "created_at", null: false
|
||||
|
||||
Reference in New Issue
Block a user