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 Award |
||||
| awardTypeId | varchar | 16 | null |
|
|
The ID of the Award Type associated with the Award |
||||
| awardWhen | varchar | 32 | null |
|
|
The award when of the Award |
||||
| deleted | bool | 1 | false |
|
|
The deleted of the Award |
||||
| userId | uuid | 2147483647 | null |
|
|
The ID of the User associated with the Award |
||||
| awardAmount | float8 | 17,17 | null |
|
|
The award amount of the Award |
||||
| clientId | uuid | 2147483647 | √ | null |
|
|
The ID of the Client associated with the Award |
|||
| resourceId | uuid | 2147483647 | √ | null |
|
|
The ID of the Resource associated with the Award |
|||
| resourceType | varchar | 32 | √ | null |
|
|
The resource type of the Award, e.g. Course |
|||
| createdAt | timestamp | 29,6 | √ | null |
|
|
The date and time the Award was created |
|||
| updatedAt | timestamp | 29,6 | √ | null |
|
|
Table contained 0 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| awards_pkey | Primary key | Asc | id |
| awards_awardTypeId_idx | Performance | Asc | awardTypeId |
| awards_clientId_idx | Performance | Asc | clientId |
| awards_userId_idx | Performance | Asc | userId |

