Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| c_rfqresponse_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 | now() |
|
|
|||||||||||||||||||||
| createdby | numeric | 10 | null |
|
|
|||||||||||||||||||||
| updated | timestamp | 29,6 | now() |
|
|
|||||||||||||||||||||
| updatedby | numeric | 10 | null |
|
|
|||||||||||||||||||||
| c_rfq_id | numeric | 10 | null |
|
|
|||||||||||||||||||||
| name | varchar | 60 | null |
|
|
|||||||||||||||||||||
| description | varchar | 255 | √ | null |
|
|
||||||||||||||||||||
| help | varchar | 2000 | √ | null |
|
|
||||||||||||||||||||
| c_bpartner_id | numeric | 10 | null |
|
|
|||||||||||||||||||||
| c_bpartner_location_id | numeric | 10 | null |
|
|
|||||||||||||||||||||
| ad_user_id | numeric | 10 | √ | null |
|
|
||||||||||||||||||||
| c_currency_id | numeric | 10 | null |
|
|
|||||||||||||||||||||
| dateinvited | timestamp | 29,6 | √ | null |
|
|
||||||||||||||||||||
| dateresponse | timestamp | 29,6 | √ | null |
|
|
||||||||||||||||||||
| dateworkstart | timestamp | 29,6 | √ | null |
|
|
||||||||||||||||||||
| deliverydays | numeric | 10 | √ | 0 |
|
|
||||||||||||||||||||
| dateworkcomplete | timestamp | 29,6 | √ | null |
|
|
||||||||||||||||||||
| price | numeric | 0 | 0 |
|
|
|||||||||||||||||||||
| isselfservice | bpchar | 1 | 'N'::bpchar |
|
|
|||||||||||||||||||||
| iscomplete | bpchar | 1 | 'N'::bpchar |
|
|
|||||||||||||||||||||
| isselectedwinner | bpchar | 1 | 'N'::bpchar |
|
|
|||||||||||||||||||||
| ranking | numeric | 10 | √ | 0 |
|
|
||||||||||||||||||||
| processing | bpchar | 1 | √ | null |
|
|
||||||||||||||||||||
| c_order_id | numeric | 10 | √ | null |
|
|
||||||||||||||||||||
| processed | bpchar | 1 | 'N'::bpchar |
|
|
|||||||||||||||||||||
| checkcomplete | bpchar | 1 | √ | null |
|
|
||||||||||||||||||||
| c_rfqresponse_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| c_rfqresponse_pkey | Primary key | Asc | c_rfqresponse_id |
| c_rfqresponse_uu_idx | Must be unique | Asc | c_rfqresponse_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| c_rfqresponse_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| c_rfqresponse_iscomplete_check | ((iscomplete = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| c_rfqresponse_isselfservice_check | ((isselfservice = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| c_rfqresponse_isselectedwinner_check | ((isselectedwinner = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| c_rfqresponse_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |