Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
name | varchar | 60 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
description | varchar | 255 | √ | null |
|
|
|||||
hr_listbase_id | numeric | 10 | √ | null |
|
|
|||||
hr_listversion_id | numeric | 10 | null |
|
|
||||||
hr_list_id | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
validfrom | timestamp | 29,6 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
validto | timestamp | 29,6 | null |
|
|
||||||
hr_listversion_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
hr_listversion_key | Primary key | Asc | hr_listversion_id |
hr_listversion_uu_idx | Must be unique | Asc | hr_listversion_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
hr_listversion_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |