Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
ad_recentitem_id | numeric | 10 | null |
|
|
||||||
ad_role_id | numeric | 10 | null |
|
|
||||||
ad_tab_id | numeric | 10 | √ | null |
|
|
|||||
ad_table_id | numeric | 10 | null |
|
|
||||||
ad_user_id | numeric | 10 | √ | null |
|
|
|||||
ad_window_id | numeric | 10 | √ | null |
|
|
|||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
record_id | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
ad_recentitem_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ad_recentitem_key | Primary key | Asc | ad_recentitem_id |
ad_recentitem_record_id_ad_table_id | Performance | Asc/Asc | record_id + ad_table_id |
ad_recentitem_uu_idx | Must be unique | Asc | ad_recentitem_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
ad_recentitem_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |