edit api
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user