ExpertClassPlatforms


Description

Join table for an ExpertClass and an ExpertClass platform.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()
ExpertClassZoomPlatforms.ExpertClassPlatformId ExpertClassZoomPlatforms_ExpertClassPlatformId_fkey R
platform enum_ExpertClassPlatforms_platform 2147483647 null

Name of the platform.

createdAt timestamptz 35,6 now()
ExpertClassId uuid 2147483647 null
ExpertClasses.id ExpertClassPlatforms_ExpertClassId_fkey R

Foreign Key to ExpertClass Table, relating to the ExpertClass.

Indexes

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

Relationships