Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| pkClientRule | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each client rule assignment |
|
| fkCaseRuleID | int | 4 | √ | null |
|
|
Case rule reference - Links to case rule definition |
|
| fkCaseRuleValID | int | 4 | √ | null |
|
|
Rule value reference - Links to specific rule value or parameter |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_ClientCaseRules | Primary key | Asc | pkClientRule |
