UserResumeParserUsageCounts


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()

Primary Key.

UserId uuid 2147483647 null
Users.id UserResumeParserUsageCounts_UserId_fkey C

Foreign Key to Users Table.

resumeParsingMonthYear varchar 50 null

The month and year when the user used the resume parsing service. Format: month-year

countForDaxtra int4 10 null

Total times the user used the daxtra resume parser service for the given month and year.

createdAt timestamptz 35,6 now()

Entry creation date.

updatedAt timestamptz 35,6 now()

Datetime of last modification to any attribute.

Indexes

Constraint Name Type Sort Column(s)
UserResumeParserUsageCounts_pkey Primary key Asc id
unique_userid_resumeparsingmonthyear Must be unique Asc/Asc UserId + resumeParsingMonthYear

Check Constraints

Constraint Name Constraint
UserResumeParserUsageCounts_countForDaxtra_check (("countForDaxtra" > 0))

Relationships