Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a_depreciation_convention_id | numeric | 10 | null |
|
|
|||||||||||||||
description | varchar | 510 | √ | null |
|
|
||||||||||||||
ad_client_id | numeric | 10 | null |
|
|
|||||||||||||||
conventiontype | varchar | 10 | √ | null |
|
|
||||||||||||||
createdby | numeric | 10 | null |
|
|
|||||||||||||||
isactive | bpchar | 1 | null |
|
|
|||||||||||||||
processed | bpchar | 1 | 'N'::bpchar |
|
|
|||||||||||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||||||||
updatedby | numeric | 10 | null |
|
|
|||||||||||||||
textmsg | varchar | 2000 | √ | null |
|
|
||||||||||||||
name | varchar | 120 | √ | null |
|
|
||||||||||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||||||||
ad_org_id | numeric | 10 | null |
|
|
|||||||||||||||
processing | bpchar | 1 | √ | NULL::bpchar |
|
|
||||||||||||||
a_depreciation_convention_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
a_depreciation_convention_key | Primary key | Asc | a_depreciation_convention_id |
a_depreciation_conventi_uu_idx | Must be unique | Asc | a_depreciation_convention_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
a_depreciation_convention_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |