Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
ad_style_id | numeric | 10 | null |
|
|
||||||
ad_styleline_id | numeric | 10 | null |
|
|
||||||
ad_styleline_uu | varchar | 36 | null |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
displaylogic | varchar | 2000 | √ | NULL::character varying |
|
|
|||||
inlinestyle | varchar | 2000 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
line | numeric | 10 | null |
|
|
||||||
theme | varchar | 60 | √ | NULL::character varying |
|
|
|||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
entitytype | varchar | 40 | 'U'::character varying |
|
|
||||||
description | varchar | 255 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ad_styleline_key | Primary key | Asc | ad_styleline_id |
ad_styleline_uu_idx | Must be unique | Asc | ad_styleline_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
ad_styleline_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |