FavoriteFeature


Description

User favorite feature tracking storing user preferences for frequently accessed features and functionality. This system enables personalized user experiences and quick access to commonly used features.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
DateAdded Unknown 0 null

Addition timestamp - When this feature was marked as favorite

DisplayOrder Unknown 0 null

Display order - Numeric order for displaying favorites in user interface

FeatureName Unknown 0 null

Feature name - Name or identifier of the favorited feature

FeatureUrl Unknown 0 null

Feature URL - URL or path to access the favorited feature

ID int identity 4 null

Primary key - Unique identifier for each favorite feature record, auto-incrementing integer

LayerId int 4 null

Layer reference - Reference to interface layer where this feature is located

UserId int 4 null

User reference - Reference to user who marked this feature as favorite

IsDeleted bit 1 null

Deletion flag - Boolean indicating if favorite has been logically deleted

Indexes

Constraint Name Type Sort Column(s)
PK__Favorite__3214EC2777DFC722 Primary key Asc ID

Relationships