FavoriteFeature


Description

User favorite features managing user-specific favorite features and interface customizations with layer associations and deletion tracking. This table stores user preferences for favorite features, interface layers, and personalization settings to support customizable user interfaces, feature shortcuts, and personalized user experiences for healthcare applications.

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

Relationships