TalentBookmarks


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()
UserId uuid 2147483647 null
Users.id TalentBookmarks_UserId_fkey C

User who bookmark, foreign key to User table

TalentId uuid 2147483647 null
Users.id TalentBookmarks_TalentId_fkey C

Talent that is bookmarked, foreign key to User table

Indexes

Constraint Name Type Sort Column(s)
TalentBookmarks_pkey Primary key Asc id
TalentBookmarks_createdAt_idx Performance Asc createdAt
TalentBookmarks_UserId_createdAt_idx Performance Asc/Desc UserId + createdAt
TalentBookmarks_UserId_TalentId_idx Performance Asc/Asc UserId + TalentId

Relationships