PROPOSAL_CONSTRAINT
Description
This table stores constraints for proposals.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier for the proposal constraint. |
| ITEM_FILTER_ATTRIBUTE_NAME | varchar | The name of the item filter attribute. |
| MAX_NUM_ITEMS | smallint | The maximum number of items allowed. |
| MIN_NUM_ITEMS | smallint | The minimum number of items required. |
| ITEM_FILTER_ATTRIBUTE_VALUE 0 | bigint | The foreign key referencing the ID of the item filter attribute value. |
| CONSTRAINTS PROPOSAL_BASE_S_0 | bigint | The foreign key referencing the ID of the proposal base serialized. |
| CONSTRAINTS HJORDER | int | The order of the constraints. |
Foreign Key Relationships
None.