UserJobSearchConditions


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()
UserId uuid 2147483647 null
Users.id UserJobSearchConditions_UserId_fkey R

Foreign key, referencing public.Users

searchCondition jsonb 2147483647 null

json consisting of keywords and filter conditions user applies to search for a job

createdAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
UserJobSearchConditions_pkey Primary key Asc id
UserJobSearchConditions_CountryCode_createdAt_SearchTerm_idx Performance Asc createdAt
UserJobSearchConditions_CountryCode_idx Performance
UserJobSearchConditions_createdAt_idx Performance Asc createdAt
UserJobSearchConditions_UserId_idx Performance Asc UserId

Relationships