Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
code | varchar | 255 | null |
|
|
The code of the Registration Code |
||||
companyId | uuid | 2147483647 | null |
|
|
The ID of the learning site |
||||
id | uuid | 2147483647 | null |
|
|
Unique Identifier of the Registration Code |
||||
createdAt | timestamp | 29,6 | √ | null |
|
|
The date and time the Registration Code was created |
|||
updatedAt | timestamp | 29,6 | √ | null |
|
|
The date and time the Registration Code was last updated |
|||
maxRedemptions | int4 | 10 | √ | null |
|
|
The max redemptions of the Registration Code |
|||
accessDays | int4 | 10 | √ | null |
|
|
The access days of the Registration Code |
|||
timesRedeemed | int4 | 10 | √ | null |
|
|
The times redeemed of the Registration Code |
|||
label | varchar | 255 | null |
|
|
The label of the Registration Code |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
registrationCodes_pkey | Primary key | Asc | id |