mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 15:26:33 +00:00
feat(prisma): add solution
field to Problem
model
This commit is contained in:
parent
aaa4c1def5
commit
c0f72a21dd
@ -32,6 +32,7 @@ model Problem {
|
|||||||
id Int @id @default(autoincrement())
|
id Int @id @default(autoincrement())
|
||||||
title String
|
title String
|
||||||
description String
|
description String
|
||||||
|
solution String
|
||||||
difficulty Difficulty @default(EASY)
|
difficulty Difficulty @default(EASY)
|
||||||
published Boolean @default(false)
|
published Boolean @default(false)
|
||||||
authorId Int
|
authorId Int
|
||||||
|
Loading…
Reference in New Issue
Block a user