Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_registration_id | numeric | 10 | null |
|
|
||||||
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_system_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| created | timestamp | 29,6 | now() |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| updated | timestamp | 29,6 | now() |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
||||||
| isregistered | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| record_id | numeric | 10 | √ | null |
|
|
|||||
| description | varchar | 255 | √ | null |
|
|
|||||
| c_location_id | numeric | 10 | √ | null |
|
|
|||||
| isinproduction | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| startproductiondate | timestamp | 29,6 | √ | null |
|
|
|||||
| isallowpublish | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| isallowstatistics | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| platforminfo | varchar | 255 | √ | null |
|
|
|||||
| industryinfo | varchar | 255 | √ | null |
|
|
|||||
| salesvolume | numeric | 10 | √ | 0 |
|
|
|||||
| c_currency_id | numeric | 10 | √ | null |
|
|
|||||
| numberemployees | numeric | 10 | √ | 0 |
|
|
|||||
| processing | bpchar | 1 | √ | null |
|
|
|||||
| remote_host | varchar | 120 | √ | null |
|
|
|||||
| remote_addr | varchar | 60 | √ | null |
|
|
|||||
| ad_registration_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ad_registration_pkey | Primary key | Asc/Asc/Asc | ad_registration_id + ad_client_id + ad_system_id |
| ad_registration_uu_idx | Must be unique | Asc | ad_registration_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| ad_registration_isregistered_check | ((isregistered = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| ad_registration_isallowstatistics_check | ((isallowstatistics = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| ad_registration_isallowpublish_check | ((isallowpublish = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| ad_registration_isinproduction_check | ((isinproduction = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| ad_registration_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |