registrationCodeRedemptions


Description

Registration Code Redemptions created by the learning site

Columns

Column Type Size Nulls Auto Default Children Parents Comments
companyId uuid 2147483647 null
companies.id registrationCodeRedemptions_companyId_fkeyC

The ID of the learning site

id uuid 2147483647 null

Unique Identifier of the Registration Code Redemption

redeemedAt timestamp 29,6 null

The date and time the Registration Code Redemption was created

registrationCodeId uuid 2147483647 null
registrationCodes.id registrationCodeRedemptions_registrationCodeId_fkeyC

The ID of the Registration Code associated with the Registration Code Redemption

redeemedByUserId uuid 2147483647 null

The ID of the Redeemed By User associated with the Registration Code Redemption

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
registrationCodeRedemptions_pkey Primary key Asc id
registrationCodeRedemptions_registrationCodeId_idx Performance Asc registrationCodeId

Relationships