Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_postit_id | numeric | 10 | null |
|
|
||||||
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| ad_table_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| created | timestamp | 29,6 | null |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| text | varchar | 2000 | √ | NULL::character varying |
|
|
|||||
| record_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| updated | timestamp | 29,6 | null |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
||||||
| ad_postit_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ad_postit_key | Primary key | Asc | ad_postit_id |
| ad_postit_record_id_ad_table_id | Must be unique | Asc/Asc | record_id + ad_table_id |
| ad_postit_uu_idx | Must be unique | Asc | ad_postit_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| ad_postit_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |