Skip to content
Snippets Groups Projects

added DR update API

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -3,6 +3,6 @@ model doctor_qualification_master {
name String
is_active Boolean
created_at DateTime @default(now())
updated_at DateTime
updated_at DateTime @updatedAt
doctor_master doctor_master[]
}
\ No newline at end of file
Loading