PhoneType


Description

Phone type classifications that define different types of phone numbers (home, work, mobile, etc.) for contact management and communication purposes.

Columns

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

Display order - Order for displaying phone types

phoneTypeID int identity 4 null

Reference identifier - Foreign key reference to related entity or lookup table

phoneTypeName varchar 30 null

Name field - Descriptive name or identifier for PhoneType records

TypeDescription Unknown 0 null

Type description - Description of the phone type

TypeName Unknown 0 null

Type name - Name of the phone type

Indexes

Constraint Name Type Sort Column(s)
PK__PhoneType__56BECA79 Primary key Asc phoneTypeID

Relationships