prisma / database-schema-examples

Database Schema Examples we strive to support in Prisma
214 stars 49 forks source link

ERDCloud #84

Open janpio opened 4 years ago

janpio commented 4 years ago

https://www.erdcloud.com/library has many, many ERDs where you can also export the underlying MySQL.

  1. Open project page
  2. Check if interesting (more than a hand full of tables, relations)
  3. "Export" button left
  4. Click checkboxes "Add Non Identifying Relationship Constraint" and "Add drop" (black checkbox = checked)
  5. Click "Download SQL"
janpio commented 4 years ago

First 9 6 are done:

https://github.com/prisma/database-schema-examples/pull/85

Update: Turns out the strikedthrough ones are Oracle or MSSQL.