Applied changes according to comments
This commit is contained in:
parent
33aac0be1a
commit
c4f87d9403
1 changed files with 6 additions and 3 deletions
|
|
@ -664,7 +664,10 @@ models:
|
|||
- name: id_user
|
||||
data_type: character varying
|
||||
description: Unique, incremental, internal ID for the user.
|
||||
|
||||
tests:
|
||||
- unique
|
||||
- not_null
|
||||
|
||||
- name: id_account_type
|
||||
data_type: bigint
|
||||
description: Internal ID for type of user.
|
||||
|
|
@ -675,7 +678,7 @@ models:
|
|||
|
||||
- name: account_currency_iso4217
|
||||
data_type: character varying
|
||||
description: Currency used by user.
|
||||
description: Currency used by host/pm/platform users.
|
||||
|
||||
- name: user_code
|
||||
data_type: bigint
|
||||
|
|
@ -791,7 +794,7 @@ models:
|
|||
|
||||
- name: number_of_properties
|
||||
data_type: bigint
|
||||
description: Number of listings managed by user.
|
||||
description: ""
|
||||
|
||||
- name: id_superhog_verified_set
|
||||
data_type: bigint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue