This commit is contained in:
bee0005
2016-09-21 09:12:46 +00:00
parent e9d72c6fc5
commit 418fbf93d8
5 changed files with 5 additions and 15 deletions

View File

@@ -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

View File

@@ -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