Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
c_tax_id | numeric | 10 | null |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
istaxincluded | bpchar | 1 | null |
|
|
||||||
m_rma_id | numeric | 10 | null |
|
|
||||||
m_rmatax_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
processed | bpchar | 1 | null |
|
|
Constraint Name | Constraint |
---|---|
m_rmatax_istaxincluded_check | ((istaxincluded = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
m_rmatax_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
m_rmatax_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |