1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-27 17:18:38 +02:00
This commit is contained in:
2023-12-04 11:37:10 +01:00
parent cc2dc0aa74
commit 873ff3d5ae
5 changed files with 7 additions and 72 deletions

View File

@@ -16,7 +16,7 @@ model Keys {
model Grade {
id Int @id @default(autoincrement())
test Int
oral Int
grade Float
key Keys @relation(fields: [keyId], references: [id])
keyId Int