fitur: developer

Deskripsi:
- update struktur db
- update seeder user role
- home developer
- search page developer
- profile developer :: tidak bisa edit

No Issues
This commit is contained in:
amel
2025-04-21 12:03:10 +08:00
parent be297ce6ce
commit 413e46f123
7 changed files with 46 additions and 33 deletions

View File

@@ -98,8 +98,8 @@ model User {
idVillage String
Group Group @relation(fields: [idGroup], references: [id])
idGroup String
Position Position @relation(fields: [idPosition], references: [id])
idPosition String
Position Position? @relation(fields: [idPosition], references: [id])
idPosition String?
nik String @unique
name String
phone String @unique