Added id_deal to both intermediate and report model
This commit is contained in:
parent
a3b1decb08
commit
256c638b04
4 changed files with 10 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ with
|
|||
)
|
||||
select
|
||||
u.id_user,
|
||||
u.id_deal,
|
||||
u.last_name,
|
||||
u.user_name,
|
||||
u.first_name,
|
||||
|
|
|
|||
|
|
@ -830,6 +830,10 @@ models:
|
|||
- not_null
|
||||
- unique
|
||||
|
||||
- name: id_deal
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: last_name
|
||||
data_type: character varying
|
||||
description: Last name of the user
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ with
|
|||
|
||||
select
|
||||
id_user as id_user_host,
|
||||
id_deal as id_deal,
|
||||
last_name as last_name,
|
||||
user_name as user_name,
|
||||
first_name as first_name,
|
||||
|
|
|
|||
|
|
@ -827,6 +827,10 @@ models:
|
|||
- not_null
|
||||
- unique
|
||||
|
||||
- name: id_deal
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: last_name
|
||||
data_type: character varying
|
||||
description: Last name of the user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue