UnlockedTalents


Columns

Column Type Size Nulls Auto Default Children Parents Comments
talentId uuid 2147483647 null
Users.id UnlockedTalents_talentId_fkey C
companyId uuid 2147483647 null
Companies.id UnlockedTalents_companyId_fkey C
unlockedByUserId uuid 2147483647 null
Users.id UnlockedTalents_unlockedByUserId_fkey N
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
UnlockedTalents_pkey Primary key Asc/Asc talentId + companyId
UnlockedTalents_companyId_createdAt_talentId_idx Performance Asc/Desc/Asc companyId + createdAt + talentId
UnlockedTalents_createdAt_idx Performance Asc createdAt

Relationships