This commit is contained in:
@@ -10,7 +10,14 @@ defmodule CustomerService.Repo.Migrations.AddCustomerTable do
|
||||
add :gender, :string
|
||||
add :email, :string
|
||||
add :phone, :string
|
||||
|
||||
add :document_id, :string
|
||||
add :customer_type, :string, null: false, default: "individual"
|
||||
add :legal_name, :string
|
||||
add :commercial_name, :string
|
||||
add :ruc, :string
|
||||
add :legal_rep_name, :string
|
||||
add :legal_rep_document_id, :string
|
||||
add :address, :string
|
||||
timestamps()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user