wip
This commit is contained in:
@@ -26,3 +26,9 @@ model Candidate {
|
||||
profileImage String?
|
||||
createdAt DateTime @default(now())
|
||||
}
|
||||
|
||||
model Stats {
|
||||
id Int @id @default(1)
|
||||
totalVisits Int @default(0)
|
||||
totalClicks Int @default(0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user