ReportingGroups


Description

This table consists of Groups. The groups are formed for other teams to report to a certain person.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()
TeamReportingGroups.reportingGroupId TeamReportingGroups_reportingGroupId_fkey C
name text 2147483647 null
createdBy uuid 2147483647 null
Recruiters.id ReportingGroups_createdBy_fkey R
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
ReportingGroups_pkey Primary key Asc id
ReportingGroups_name_idx Performance Asc name
ReportingGroups_name_unique_idx Must be unique
superpowered_ReportingGroups_createdBy_idx Performance Asc createdBy

Relationships