TeamReportingGroups


Description

Join table of Teams and ReportingGroups

Columns

Column Type Size Nulls Auto Default Children Parents Comments
teamId uuid 2147483647 null
Teams.id TeamReportingGroups_teamId_fkey R

Foreign key, refers to the PK of the Teams table.

reportingGroupId uuid 2147483647 null
ReportingGroups.id TeamReportingGroups_reportingGroupId_fkey C

Foreign key, refers to the PK of the ReportingGroups table.

createdAt timestamptz 35,6 now()

Time of creation.

updatedAt timestamptz 35,6 now()

Time of last update.

Indexes

Constraint Name Type Sort Column(s)
TeamReportingGroups_pkey Primary key Asc/Asc teamId + reportingGroupId
superpowered_TeamReportingGroups_reportingGroupId_idx Performance Asc reportingGroupId
superpowered_TeamReportingGroups_teamId_idx Performance Asc teamId

Relationships