Stores domain information based on users’ email addresses.

Column Name

Type

Length

Null Allowed

Description

ID

integer

No

Identifier; primary key.

DOMAIN_SUFFIX

varchar

255

No

The portion of the user’s email address following the @ symbol.

DISPLAY_NAME

varchar

255

By default, same as DOMAIN_SUFFIX, but this can be configured in the application.