mirror of
https://github.com/Fayorg/calendrier-avant.git
synced 2026-05-28 01:28:37 +02:00
fix: note on Grade optional
This commit is contained in:
@@ -32,6 +32,7 @@ model Grade {
|
|||||||
id Int @id @default(autoincrement())
|
id Int @id @default(autoincrement())
|
||||||
user Users @relation(fields: [userId], references: [id])
|
user Users @relation(fields: [userId], references: [id])
|
||||||
userId Int
|
userId Int
|
||||||
note String
|
grade Float
|
||||||
|
note String?
|
||||||
createdAt DateTime @default(now())
|
createdAt DateTime @default(now())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user