Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
name | varchar | 60 | √ | null |
|
|
|||||
ad_org_id | numeric | 10 | null |
|
|
||||||
col_1 | numeric | 0 | √ | null |
|
|
|||||
col_2 | numeric | 0 | √ | null |
|
|
|||||
col_3 | numeric | 0 | √ | null |
|
|
|||||
col_4 | numeric | 0 | √ | null |
|
|
|||||
col_5 | numeric | 0 | √ | null |
|
|
|||||
col_6 | numeric | 0 | √ | null |
|
|
|||||
col_7 | numeric | 0 | √ | null |
|
|
|||||
col_8 | numeric | 0 | √ | null |
|
|
|||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
hr_listline_id | numeric | 10 | null |
|
|
||||||
hr_listversion_id | numeric | 10 | √ | null |
|
|
|||||
isactive | bpchar | 1 | null |
|
|
||||||
maxvalue | numeric | 0 | null |
|
|
||||||
minvalue | numeric | 0 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
hr_listline_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
hr_listline_key | Primary key | Asc | hr_listline_id |
hr_listline_uu_idx | Must be unique | Asc | hr_listline_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
hr_listline_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |