mirror of
https://github.com/Fayorg/calendrier-avant.git
synced 2026-05-27 17:18:38 +02:00
Added grade route.ts
This commit is contained in:
@@ -7,3 +7,16 @@ datasource db {
|
||||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
}
|
||||
|
||||
model Keys {
|
||||
id Int @id @default(autoincrement())
|
||||
key String @unique
|
||||
}
|
||||
|
||||
model Grade {
|
||||
id Int @id @default(autoincrement())
|
||||
test Int
|
||||
grade Float
|
||||
key String
|
||||
createdAt DateTime @default(now())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user