licenses


Description

Licenses created by the learning site

Columns

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

The ID of the learning site

clientId uuid 2147483647 null
clients.id licenses_clientId_fkeyC

The ID of the Client associated with the License

id uuid 2147483647 null
licenses.parentLicense licenses_parentLicense_fkeyC
userLicenses.licenseId userLicenses_licenseId_fkeyC

Unique Identifier of the License

name varchar 255 null

The name of the License

parentLicense uuid 2147483647 null
licenses.id licenses_parentLicense_fkeyC

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
licenses_pkey Primary key Asc id
licenses_clientId_idx Performance Asc clientId

Relationships