Skip to content
Snippets Groups Projects

added DR update API

9 open threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
model doctor_qualification_master {
id String @id @db.Uuid
id String @id @default(uuid()) @db.Uuid
name String
is_active Boolean
created_at DateTime @default(now())
Loading