ExpertRatings


Columns

Column Type Size Nulls Auto Default Children Parents Comments
expertUserId uuid 2147483647 null
Users.id ExpertRatings_expertUserId_fkey C
finalRating numeric 3,2 null
totalResponseCount int4 10 null
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
ExpertRatings_pkey Primary key Asc expertUserId

Check Constraints

Constraint Name Constraint
ExpertRatings_totalResponseCount_check (("totalResponseCount" >= 1))
ExpertRatings_finalRating_check ((("finalRating" >= 0.01) AND ("finalRating" <= (5)::numeric)))

Relationships