Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
ad_column_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
ad_reportview_column_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
ad_reportview_id | numeric | 10 | null |
|
|
||||||
created | timestamp | 29,6 | null |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
updated | timestamp | 29,6 | null |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ad_reportview_column_key | Primary key | Asc/Asc | ad_column_id + ad_reportview_id |
ad_reportview_column_uu_idx | Must be unique | Asc | ad_reportview_column_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
ad_reportview_column_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |