Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each favorite feature record |
|
| LayerId | int | 4 | √ | null |
|
|
Layer reference - Links to interface layer or feature group for this favorite |
|
| UserId | int | 4 | √ | null |
|
|
User reference - Links to AccessUser table for the user who marked this as favorite |
|
| IsDeleted | bit | 1 | √ | null |
|
|
Deleted flag - Boolean indicating if this favorite has been removed (soft delete) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__Favorite__3214EC2761BBADA3 | Primary key | Asc | ID |
