Click or drag to resize

UserProfiles

Profile of settings or preferences for users.

`UserProfiles` table.

Name

Type

Description

Id

INT [auto-generated] NOT NULL

Unique ID of the user profile

Name

NVARCHAR(255) NOT NULL

Name of the user profile

Description

NVARCHAR(MAX)

Description of the user profile

CreatedBy

INT FOREIGN KEY NOT NULL

Id of the user who has created the user profile

CreatedAt

DATETIME NOT NULL

Date of creation

UpdatedBy

INT FOREIGN KEY NOT NULL

Id of the latest user who has updated the user profile

UpdatedAt

DATETIME NOT NULL

Date of the latest update

IsDeleted

BIT NOT NULL

Indicates if the user profile is deleted

DeletedBy

INT FOREIGN KEY NULLABLE

Id of the user who has deleted the user profile

DeletedAt

DATETIME NULLABLE

Date of deletion

See Also