prisma / database-schema-examples

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

Reference: Maximum length identifiers #92

Open janpio opened 4 years ago

janpio commented 4 years ago

Each database has a limit on the length of its identifiers:

We should test if we also support that, and what happens if you go over for some reason in some way.