Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate Prisma schema to multi-file structure #1792

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kumarrohitdev
Copy link

PR Fixes:

  • 1
  • 2

Resolves #[Issue Number if there]

Checklist before requesting a review

  • [yes ] I have performed a self-review of my code
  • [yes ] I assure there is no similar/duplicate pull request regarding same issue

@kumarrohitdev
Copy link
Author

Feat: Restructure Prisma schema into multiple files for better maintainability

Enabled the prismaSchemaFolder preview feature in schema.prisma to support a multi-file schema.

Moved models into separate .prisma files inside the prisma/schema/ directory:

user.prisma contains the User model.

enums.prisma contains all enum definitions.

bounty.prisma, community.prisma, content.prisma, course.prisma, and event.prisma contain their respective models.

schema.prisma serves as the main schema file, defining the datasource and generator.

Ensured all relationships work seamlessly across files.

Updated Prisma CLI commands (generate, validate, format) to support the new structure.

This change improves schema organization, enhances readability, and reduces merge conflicts in large teams.

@kumarrohitdev
Copy link
Author

@hkirat @devsargam @siinghd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant