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