Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
companyId | uuid | 2147483647 | null |
|
|
The ID of the learning site |
||||
id | uuid | 2147483647 | null |
|
|
Unique Identifier of the User License |
||||
userId | uuid | 2147483647 | null |
|
|
The ID of the User associated with the User License |
||||
licenseId | uuid | 2147483647 | null |
|
|
The ID of the License associated with the User License |
||||
status | varchar | 16 | null |
|
|
The status of the User License |
||||
licenseRole | varchar | 16 | √ | null |
|
|
The associated role within the license |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
userLicenses_pkey | Primary key | Asc | id |
userLicenses_licenseId_idx | Performance | Asc | licenseId |
userLicenses_userId_idx | Performance | Asc | userId |