mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +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())
|
||||
title String
|
||||
description String
|
||||
solution String
|
||||
difficulty Difficulty @default(EASY)
|
||||
published Boolean @default(false)
|
||||
authorId Int
|
||||
|
Loading…
Reference in New Issue
Block a user