Groups


Description

Abstraction group jobs and companies, primarily used for whitelabel sites.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()
GroupJobs.GroupId GroupJobs_GroupId_fkey C
GroupMembers.GroupId GroupMembers_GroupId_fkey C

Primary Key.

subdomain varchar 255 null

Subdomain of the whitelabel site.

name varchar 255 null

Name of the group.

intro text 2147483647 null

Description of the group.

varchar 255 null

File name linking to their resumes in s3 bucket glints-dashboard/group-logo.

bannerPic varchar 255 null

File name linking to their resumes in s3 bucket glints-dashboard/group-banner-pic.

features jsonb 2147483647 null

Feature flags for toggling features specific to the group.

type enum_Groups_type 2147483647 null

COMPANY, CANDIDATE (affecting membership in GroupMembers).

createdAt timestamptz 35,6 null

Entry creation date

updatedAt timestamptz 35,6 null

Datetime of last modification to any attribute

metadata jsonb 2147483647 null

Indexes

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

Relationships