Skip to content

Commit

Permalink
Merge pull request #30 from gsainfoteam/update-dbml
Browse files Browse the repository at this point in the history
update: dbml generator
  • Loading branch information
siwonpada authored Sep 26, 2024
2 parents 708eedc + f504ad4 commit d6b1ce0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ generator client {
provider = "prisma-client-js"
}

generator dbml {
provider = "prisma-dbml-generator"
projectName = "idp"
projectDatabaseType = "PostgreSQL"
}

datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
Expand Down

0 comments on commit d6b1ce0

Please sign in to comment.