Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| AssociationId | Unknown | 0 | null |
|
|
Primary key - RuleErrorInMarket unique identifier for each error-market association |
||
| RuleCPID | int identity | 4 | √ | null |
|
|
Reference identifier - Foreign key reference to related entity or lookup table |
|
| fkClaimTypeID | int | 4 | √ | null |
|
|
Foreign key reference - Reference to ClaimType table for data relationships |
|
| Market | varchar | 100 | √ | null |
|
|
Text field - Market text information for RuleErrorInMarket records |
|
| RuleError | varchar | 10 | √ | null |
|
|
Text field - RuleError text information for RuleErrorInMarket records |
|
| Lock | int | 4 | √ | null |
|
|
Numeric value - Quantity, count, or numeric measurement for RuleErrorInMarket records |
|
| checkOrder | int | 4 | √ | null |
|
|
Numeric value - Quantity, count, or numeric measurement for RuleErrorInMarket records |
|
| fkRuleErrorID | Unknown | 0 | null |
|
|
Rule error reference - Reference to the rule error |
||
| MarketCode | Unknown | 0 | null |
|
|
Market code - Code identifying the market where the error occurred |
||
| MarketContext | Unknown | 0 | null |
|
|
Market context - Additional context about the error in this market |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__RuleErro__41085D1168E867AC | Primary key | Asc | RuleCPID |