aboutsummaryrefslogtreecommitdiffstats
path: root/backend/schema.prisma
diff options
context:
space:
mode:
Diffstat (limited to 'backend/schema.prisma')
-rw-r--r--backend/schema.prisma4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/schema.prisma b/backend/schema.prisma
index a613628..f51093b 100644
--- a/backend/schema.prisma
+++ b/backend/schema.prisma
@@ -34,9 +34,9 @@ model Game {
}
model Score {
- id Int @id @default(autoincrement())
+ id Int @id @default(autoincrement()) // This is the numerical score number (global)
gameInternalName String
- chartId String
+ chartId String // Refers to the unqiue chart identifier
userId Int
timestamp BigInt // in UNIX milliseconds
data Json
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage