waitlists


Description

Waitlist status and history of users within courses

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null

Unique identifier of waitlist record

companyId uuid 2147483647 null
companies.id waitlists_companyId_fkeyC

The ID of the learning site

courseId uuid 2147483647 null
courses.id waitlists_courseId_fkeyC

The ID of the Course associated with the waitlist record

userId uuid 2147483647 null
users.id waitlists_userId_fkeyC

The ID of the Learner associated with the waitlist record

emailSent bool 1 null

Boolean (Yes/No) indicating of waitlist email was sent

updatedAt timestamp 29,6 null

Timestamp indicating when the waitlist record was last updated

waitlistDate timestamp 29,6 null

Timestamp indicating when the waitlist record was created (when the User joined the waitlist)

waitlistStatus varchar 150 null

String indicating the status of the waitlist record

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
waitlists_pkey Primary key Asc id

Relationships