Applied changes according to comments

This commit is contained in:
Joaquin Ossa 2024-06-12 12:13:23 +02:00
parent 33aac0be1a
commit c4f87d9403

View file

@ -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