clients


Description

Clients created by the learning site

Columns

Column Type Size Nulls Auto Default Children Parents Comments
companyId uuid 2147483647 null
companies.id clients_companyId_fkeyC

The ID of the learning site

id uuid 2147483647 null
awards.clientId awards_clientId_fkeyC
clientTags.clientId clientTags_clientId_fkeyC
licenses.clientId licenses_clientId_fkeyC
onboardingSurveys.clientId onboardingSurveys_clientId_fkeyC
users.clientId users_clientId_fkeyC

Unique Identifier of the Client

sku varchar 32 null

The sku of the Client

name varchar 255 null

The name of the Client

slug varchar 255 null

The slug (URL-formatted version of the Name) of the Client

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
clients_pkey Primary key Asc id

Relationships