Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RateTypeID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each rate type |
|||||||
| RateType | varchar | 100 | √ | null |
|
|
Rate type name - Descriptive name of the rate type (e.g., ‘Hourly’, ‘Per Visit’, ‘Flat Rate’, ‘Contract’) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_RateType | Primary key | Asc | RateTypeID |
