mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-07-04 17:30:52 +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