Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| exp_formatline_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 |
|
|
||||||
| value | varchar | 40 | null |
|
|
||||||
| name | varchar | 60 | null |
|
|
||||||
| description | varchar | 255 | √ | null |
|
|
|||||
| help | varchar | 2000 | √ | null |
|
|
|||||
| exp_format_id | numeric | 10 | √ | null |
|
|
|||||
| position | numeric | 10 | √ | null |
|
|
|||||
| ismandatory | bpchar | 1 | √ | null |
|
|
|||||
| type | bpchar | 1 | 'E'::bpchar |
|
|
||||||
| ad_column_id | numeric | 10 | √ | null |
|
|
|||||
| exp_embeddedformat_id | numeric | 10 | √ | null |
|
|
|||||
| ispartuniqueindex | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
| dateformat | varchar | 40 | √ | null |
|
|
|||||
| exp_formatline_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| exp_formatline_key | Primary key | Asc | exp_formatline_id |
| exp_formatline_uu_idx | Must be unique | Asc | exp_formatline_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| exp_formatline_ismandatory_check | ((ismandatory = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| exp_formatline_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| exp_formatline_ispartuniqueindex_check | ((ispartuniqueindex = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |