Click or drag to resize

Emails

List of available emails.

`Emails` table.

Name

Type

Description

Id

INT [auto-generated] NOT NULL

Id of the email

Name

NVARCHAR(255) NOT NULL

Name of the email

Description

NVARCHAR(MAX) NULLABLE

Description of the email

CreatedBy

INT FOREIGN KEY NOT NULL

Id of the user who has created the email

CreatedAt

DATETIME NOT NULL

Date of creation

UpdatedBy

INT FOREIGN KEY NOT NULL

Id of the latest user who has updated the email

UpdatedAt

DATETIME NOT NULL

Date of the latest update

IsDeleted

BIT NOT NULL

Indicates if the email is deleted

DeletedBy

INT FOREIGN KEY NULLABLE

Id of the user who has deleted the email

DeletedAt

DATETIME NULLABLE

Date of deletion

See Also