API: Convert all id
types in schema.prisma
to be of type UUID v4
#231
Labels
good first issue
Good for newcomers
priority: medium
scope: api
Everything related to the API
type: enhancement
New feature or request
Description
We want to set a standard UUID v4 IDs for our models. Prisma allows us to do this via using DB specific types. Refer to this thread to understand how it's done. Ideally, we would want to alter all of our
id
fields across all the models.The text was updated successfully, but these errors were encountered: