Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c_rfqlineqty_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_rfqline_id | numeric | 10 | null |
|
|
||||||||||||||||||
c_uom_id | numeric | 10 | null |
|
|
||||||||||||||||||
qty | numeric | 0 | 0 |
|
|
||||||||||||||||||
margin | numeric | 0 | √ | null |
|
|
|||||||||||||||||
ispurchaseqty | bpchar | 1 | 'N'::bpchar |
|
|
||||||||||||||||||
bestresponseamt | numeric | 0 | √ | 0 |
|
|
|||||||||||||||||
isofferqty | bpchar | 1 | 'N'::bpchar |
|
|
||||||||||||||||||
offeramt | numeric | 0 | √ | 0 |
|
|
|||||||||||||||||
benchmarkprice | numeric | 0 | 0 |
|
|
||||||||||||||||||
isrfqqty | bpchar | 1 | 'Y'::bpchar |
|
|
||||||||||||||||||
c_rfqlineqty_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
c_rfqlineqty_pkey | Primary key | Asc | c_rfqlineqty_id |
c_rfqlineqty_uu_idx | Must be unique | Asc | c_rfqlineqty_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
c_rfqlineqty_ispurchaseqty_check | ((ispurchaseqty = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_rfqlineqty_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_rfqlineqty_isofferqty_check | ((isofferqty = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |