Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
imp_processorlog_id | numeric | 10 | null |
|
|
||||||
imp_processor_id | numeric | 10 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
description | varchar | 255 | √ | null |
|
|
|||||
help | varchar | 2000 | √ | null |
|
|
|||||
binarydata | bytea | 2147483647 | √ | null |
|
|
|||||
iserror | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
summary | varchar | 2000 | √ | null |
|
|
|||||
textmsg | varchar | 2000 | √ | null |
|
|
|||||
reference | varchar | 60 | √ | null |
|
|
|||||
imp_processorlog_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
imp_processorlog_key | Primary key | Asc | imp_processorlog_id |
imp_processorlog_uu_idx | Must be unique | Asc | imp_processorlog_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
imp_processorlog_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
imp_processorlog_iserror_check | ((iserror = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |