WebSphere Commerce database table: RFQTARGET

This table holds the target stores for RFQs.


Column Description(s):
Column NameColumn TypeDescription
STORE_ID INTEGER NOT NULL The identifier of the store that is being targeted.
RFQ_ID BIGINT NOT NULL The internal reference number of the RFQ request.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031305690 STORE_ID+RFQ_ID Primary Key
I0000358 RFQ_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_1021 RFQ_ID RFQ RFQ_ID Cascade
F_1020 STORE_ID STORE STORE_ID Cascade

Feedback