This commit is contained in:
Sunandar
2017-02-08 17:35:37 +06:30
parent 0b4e69d1be
commit 26d42631c7
14 changed files with 140 additions and 95 deletions

View File

@@ -4,11 +4,9 @@ class CreateClients < ActiveRecord::Migration[5.0]
t.string :name,:null => false
t.string :email
t.string :phone
t.string :address
t.string :product_type
t.string :address
t.string :secrect_key
t.timestamps null: false
t.timestamps
t.timestamps null: false
end
end
end