UserStatus


Description

User status codes that define the various status classifications for user accounts, such as active, inactive, suspended, or pending activation.

Columns

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

Active status - Whether this status is currently used

StatusCode Unknown 0 null

Status code - Short code for the user status

StatusDesc varchar 30 null

Description field - Detailed description or explanation of UserStatus information

StatusDescription Unknown 0 null

Status description - Description of the user status

StatusID char 2 null

Primary key - UserStatus unique identifier for each user status

Relationships