PioneerSquareLabs / otto-playground

A playground where Otto can run free while hopefully not accidentally reformatting your hard drive
https://otto-playground.vercel.app
13 stars 0 forks source link

Otto PR for Issue Update the Prisma schema file prisma/schema.prisma #680

Closed kleneway closed 1 year ago

kleneway commented 1 year ago

Summary:

Update the prisma/schema.prisma file with the provided schema. Do not remove any existing tables but feel free to modify them if needed. Use camelCase for all variables but you MUST use @map to map them to snake_cased table columns. Do not duplicate any tables.

kleneway commented 1 year ago

Hello human! 👋

This PR was created by Otto to address the issue Otto PR for Issue Update the Prisma schema file prisma/schema.prisma

Next Steps

  1. Please review the PR carefully. Auto-generated code can and will contain subtle bugs and mistakes.

  2. If you identify code that needs to be changed, please reject the PR with a specific reason. Be as detailed as possible in your comments. Otto will take these comments, make changes to the code and push up changes. Please note that this process will take a few minutes.

  3. Once the code looks good, approve the PR and merge the code.