Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
ad_pinstance_id | numeric | 10 | null |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
fact_acct_id | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | null |
|
|
||||||
matchcode | varchar | 60 | √ | NULL::character varying |
|
|
|||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
t_reconciliation_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
t_reconciliation_uu_idx | Must be unique | Asc | t_reconciliation_uu |
trec_matchcode | Performance | Asc | matchcode |
Check Constraints
Constraint Name | Constraint |
---|---|
t_reconciliation_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |