Skip to content

Prisma Data Modeling

Latest
Compare
Choose a tag to compare
@Pasi-D Pasi-D released this 11 Sep 15:17
· 12 commits to master since this release
  • Contains 1-1 mapping between User(Mandatory) and Profile(Optional)
  • Seed file is temporary removed.
  • User to Post 1-m mapping is made optional. i.e A post can have zero to one User.
  • m-n explicit mapping for Post to Tag.
  • All mappings contain migrations relevant to them.