admin 권한 세팅
Some checks failed
deploy-on-main / deploy (push) Failing after 21s

This commit is contained in:
koreacomp5
2025-11-10 11:26:00 +09:00
parent 97c8e1c9fb
commit cb2d1f34d3
6 changed files with 65 additions and 11 deletions

View File

@@ -225,7 +225,7 @@ model Post {
// 사용자
model User {
userId String @id @default(cuid())
userId String @id
nickname String @unique
passwordHash String?
name String