ExpertClassZoomPlatforms


Description

Platform specific data that relates to an ExpertClassPlatform.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()
webinarId varchar 255 null

ID of the Zoom webinar generated by Zoom when a webinar is created.

createdAt timestamptz 35,6 now()
ExpertClassPlatformId uuid 2147483647 null
ExpertClassPlatforms.id ExpertClassZoomPlatforms_ExpertClassPlatformId_fkey R

Foreign Key to ExpertClassPlatform join table, relating to the ExpertClassPlatform.

allowExpertToStartWebinar bool 1 false
webinarStartUrl text 2147483647 null
webinarStartUrlLastUpdatedAt timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
ExpertClassZoomPlatforms_pkey Primary key Asc id
ExpertClassZoomPlatforms_ExpertClassPlatformId_key Must be unique Asc ExpertClassPlatformId

Relationships