You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by ErlanggaDewa July 13, 2022 There is an option to seperate between the relationship and the field??
I want to seperate StudentProfile relationship from the model (ApproveRequest.model.ts) to become ApproveRequest.model.ts and ApproveRequestRelationship.model.ts. Because your program still make the relationship field into one files
Discussed in #3
Originally posted by ErlanggaDewa July 13, 2022
There is an option to seperate between the relationship and the field??
I want to seperate StudentProfile relationship from the model (ApproveRequest.model.ts) to become ApproveRequest.model.ts and ApproveRequestRelationship.model.ts. Because your program still make the relationship field into one files
Example prisma schema case 👇
My expected 2 files output 👇
ApproveRequest.model.ts
and
ApproveRequestRelationship.model.ts
it's help me, or you can make some option like :
Originally posted by @erlanggadewa in #3 (reply in thread)
The text was updated successfully, but these errors were encountered: