Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| Id | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each category-app association, auto-incrementing integer |
|
| PaySourceId | int | 4 | √ | null |
|
|
Payment source reference - Reference to payment source or billing category for financial tracking |
|
| AppId | int | 4 | √ | null |
|
|
Application reference - Reference to the application being categorized for billing purposes |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__Category__3214EC0729E1370A | Primary key | Asc | Id |