clientTags


Description

Tags associated with Clients

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null

Unique Identifier of the Client Tag

companyId uuid 2147483647 null
companies.id clientTags_companyId_fkeyC

The ID of the learning site

clientId uuid 2147483647 null
clients.id clientTags_clientId_fkeyC

The ID of the Client associated with the Client Tag

tagId uuid 2147483647 null
tags.id clientTags_tagId_fkeyC

The ID of the Tag associated with the Client Tag

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
clientTags_pkey Primary key Asc id
clientTags_clientId_idx Performance Asc clientId
clientTags_tagId_idx Performance Asc tagId

Relationships