Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| pkAgingTypeID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each aging type |
|||||||
| AgingTypeDesc | varchar | 50 | √ | null |
|
|
Type description - Descriptive name for the aging type (e.g., ‘Standard AR Aging’, ‘Insurance Aging’) |
|||||||
| TableName | varchar | 50 | √ | null |
|
|
Table name - Database table name associated with this aging type for data retrieval |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_AgingType | Primary key | Asc | pkAgingTypeID |
