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
|
- name: id_user
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
description: Unique, incremental, internal ID for the user.
|
description: Unique, incremental, internal ID for the user.
|
||||||
|
tests:
|
||||||
|
- unique
|
||||||
|
- not_null
|
||||||
|
|
||||||
- name: id_account_type
|
- name: id_account_type
|
||||||
data_type: bigint
|
data_type: bigint
|
||||||
description: Internal ID for type of user.
|
description: Internal ID for type of user.
|
||||||
|
|
@ -675,7 +678,7 @@ models:
|
||||||
|
|
||||||
- name: account_currency_iso4217
|
- name: account_currency_iso4217
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
description: Currency used by user.
|
description: Currency used by host/pm/platform users.
|
||||||
|
|
||||||
- name: user_code
|
- name: user_code
|
||||||
data_type: bigint
|
data_type: bigint
|
||||||
|
|
@ -791,7 +794,7 @@ models:
|
||||||
|
|
||||||
- name: number_of_properties
|
- name: number_of_properties
|
||||||
data_type: bigint
|
data_type: bigint
|
||||||
description: Number of listings managed by user.
|
description: ""
|
||||||
|
|
||||||
- name: id_superhog_verified_set
|
- name: id_superhog_verified_set
|
||||||
data_type: bigint
|
data_type: bigint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue