Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hospital-service
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Roshan Suvarnkar
hospital-service
Merge requests
!28
duplicate-reg-no-fix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
duplicate-reg-no-fix
hotfix/doc-registration-city-state-id-fix
into
develop-beta
Overview
0
Commits
3
Pipelines
0
Changes
3
Open
duplicate-reg-no-fix
Manjunath Kumar
requested to merge
hotfix/doc-registration-city-state-id-fix
into
develop-beta
1 month ago
Overview
0
Commits
3
Pipelines
0
Changes
3
0
0
Merge request reports
Compare
develop-beta
version 2
40a1c55c
1 month ago
version 1
7787a6da
1 month ago
develop-beta (base)
and
latest version
latest version
b529553b
3 commits,
1 month ago
version 2
40a1c55c
2 commits,
1 month ago
version 1
7787a6da
1 commit,
1 month ago
3 files
+
112
−
83
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
prisma/models/doctor_master.prisma
+
1
−
1
View file @ b529553b
Edit in single-file editor
Open in Web IDE
Show full file
model doctor_master {
id String @id @default(uuid()) @db.Uuid
name String @db.VarChar(100)
registration_no String?
@unique
@db.VarChar(100)
registration_no String? @db.VarChar(100)
speciality_id String? @db.Uuid
doctor_contact String? @db.VarChar(20)
doctor_email_id String? @db.VarChar(30)
Loading