Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
companyId | uuid | 2147483647 | null |
|
|
The ID of the learning site |
||||||
clientId | uuid | 2147483647 | null |
|
|
The ID of the Client associated with the License |
||||||
id | uuid | 2147483647 | null |
|
|
Unique Identifier of the License |
||||||
name | varchar | 255 | √ | null |
|
|
The name of the License |
|||||
parentLicense | uuid | 2147483647 | √ | null |
|
|
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
licenses_pkey | Primary key | Asc | id |
licenses_clientId_idx | Performance | Asc | clientId |