This commit is contained in:
Sunandar
2017-02-11 14:14:14 +06:30
3 changed files with 3 additions and 0 deletions

View File

@@ -54,9 +54,11 @@ ActiveRecord::Schema.define(version: 20170210103359) do
create_table "clients", force: :cascade do |t|
t.string "name", null: false
t.string "nrc"
t.string "email"
t.string "phone"
t.string "address"
t.string "product_type"
t.string "secrect_key"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false