Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
mp_maintain_task_id | numeric | 10 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
description | varchar | 255 | √ | NULL::character varying |
|
|
|||||
ad_org_id | numeric | 10 | null |
|
|
||||||
c_uom_id | numeric | 10 | null |
|
|
||||||
created | timestamp | 29,6 | null |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
duration | numeric | 0 | null |
|
|
||||||
isactive | bpchar | 1 | null |
|
|
||||||
mp_maintain_id | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | null |
|
|
||||||
mp_maintain_task_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
seqno | numeric | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
mp_maintain_task_key | Primary key | Asc | mp_maintain_task_id |
mp_maintain_task_uu_idx | Must be unique | Asc | mp_maintain_task_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
mp_maintain_task_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |