Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
validfrom | timestamp | 29,6 | √ | null |
|
|
|||||||||||
ad_org_id | numeric | 10 | null |
|
|
||||||||||||
copyfrom | bpchar | 1 | √ | null |
|
|
|||||||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||||||||
createdby | numeric | 10 | null |
|
|
||||||||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||||||||
updatedby | numeric | 10 | null |
|
|
||||||||||||
validto | timestamp | 29,6 | √ | null |
|
|
|||||||||||
dd_networkdistribution_id | numeric | 10 | null |
|
|
||||||||||||
ad_client_id | numeric | 10 | null |
|
|
||||||||||||
help | varchar | 2000 | √ | null |
|
|
|||||||||||
isactive | bpchar | 1 | null |
|
|
||||||||||||
m_changenotice_id | numeric | 10 | √ | null |
|
|
|||||||||||
processing | bpchar | 1 | √ | null |
|
|
|||||||||||
value | varchar | 80 | null |
|
|
||||||||||||
name | varchar | 60 | null |
|
|
||||||||||||
documentno | varchar | 22 | √ | null |
|
|
|||||||||||
revision | varchar | 10 | √ | null |
|
|
|||||||||||
description | varchar | 255 | √ | null |
|
|
|||||||||||
dd_networkdistribution_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
dd_networkdistribution_key | Primary key | Asc | dd_networkdistribution_id |
dd_networkdistribution_uu_idx | Must be unique | Asc | dd_networkdistribution_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
dd_networkdistribution_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |