Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| pkSuppFeeID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each support level fee record |
|
| UserIncluded | int | 4 | √ | null |
|
|
Users included - Number of users included in the base fee |
|
| UserMax | int | 4 | √ | null |
|
|
Maximum users - Maximum number of users allowed for this fee structure |
|
| UserFeePerMon | money | 21,4 | √ | null |
|
|
Monthly fee per user - Monthly fee charged per user |
|
| SupportLevel | int | 4 | √ | null |
|
|
Support level reference - Links to the associated support level |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_SupportLevelFees | Primary key | Asc | pkSuppFeeID |
