ExpertClassSpeakers


Columns

Column Type Size Nulls Auto Default Children Parents Comments
ExpertClassId uuid 2147483647 null
ExpertClasses.id ExpertClassSpeakers_ExpertClassId_fkey R

composite primary key, also foreign key, references to “ExpertClasses”

UserId uuid 2147483647 null
Users.id ExpertClassSpeakers_UserId_fkey R

composite primary key, also foreign key, references to “Users”

createdAt timestamptz 35,6 now()

created time

Indexes

Constraint Name Type Sort Column(s)
ExpertClassSpeakers_pkey Primary key Asc/Asc ExpertClassId + UserId

Relationships