Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | null |
|
|
Unique Identifier of the Redemption Code Group |
||||
createdAt | timestamp | 29,6 | √ | null |
|
|
The date and time the Redemption Code Group was created |
|||
updatedAt | timestamp | 29,6 | √ | null |
|
|
The date and time the Redemption Code Group was last updated |
|||
label | varchar | 255 | null |
|
|
The label of the Redemption Code Group |
||||
redeemedCodesCount | int4 | 10 | √ | null |
|
|
The redeemed codes count of the Redemption Code Group |
|||
totalCodesCount | int4 | 10 | √ | null |
|
|
The total codes count of the Redemption Code Group |
|||
companyId | uuid | 2147483647 | null |
|
|
The ID of the learning site |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
redemptionCodeGroups_pkey | Primary key | Asc | id |