| Column | Field | Description | SQL Type | Length | Decimals | Relation | Default Value | Constraints | SQL Create Statement |
---|
| 1 | CLIENT | Client | nvarchar | 3 | 0 | | | | Allow NULL? |
| 2 | GUID | Globally Unique identifier | varbinary | 16 | 0 | | | | |
| 3 | SET_GUID | Set GUID | varbinary | 16 | 0 | | | | |
| 4 | ATTR_POSITION | Position of Attribute in the Structure for Dyn. Attributes | nvarchar | 4 | 0 | | | | Allow NULL? |
| 5 | FIELDNAME | Field Name | nvarchar | 30 | 0 | | | | Allow NULL? |
| 6 | ATTR_VALUE | Value of Dynamic Attribute | nvarchar | 130 | 0 | | | | Allow NULL? |
| 7 | ATTR_COMMENT | Comment on Dynamic Attribute | nvarchar | 255 | 0 | | | | Allow NULL? |
| 8 | MANDATORY | Indicator: If an Attribute is a Required Entry Field | char | 1 | 0 | | | | Allow NULL? |
| 9 | ATTR_VALUE_INT | Value of an Attribute (Integer) | int | 10 | 0 | | | | Allow NULL? |
| 10 | ATTR_VALUE_DATE | Value of an Attribute (Date) | nvarchar | 8 | 0 | | | | Allow NULL? |
| 11 | ATTR_VALUE_TIME | Value of an Attribute (Time) | nvarchar | 6 | 0 | | | | Allow NULL? |
| 12 | ATTR_VALUE_QUAN | Value of an Attribute (Quantity) | decimal | 15 | 3 | | | | |
| 13 | ATTR_VALUE_UNIT | Value of an Attribute (Unit) | nvarchar | 3 | 0 | | | | Allow NULL? |
| 14 | ATTR_VALUE_VAL | Value of an Attribute (Value) | decimal | 15 | 2 | | | | |
| 15 | ATTR_VALUE_CURR | Value of an Attribute (Currency) | nvarchar | 5 | 0 | | | | Allow NULL? |
| 16 | BID_COMMENT | RFx Respondent Comments for Questionaire | nvarchar | 255 | 0 | | | | Allow NULL? |
| 17 | BID_COMMENT_FLAG | Comment Allowed | char | 1 | 0 | | | | Allow NULL? |
| 18 | ATTR_DOMNAME | Domain used | nvarchar | 30 | 0 | | | | Allow NULL? |
| 19 | ATTR_SRC_GUID | Globally Unique identifier | varbinary | 16 | 0 | | | | |
| 20 | VERSION | PQQ Version | tinyint | 3 | 0 | | | | |