rayk47 / prisma-adapter-aurora

A Prisma adapter for aurora serverless
0 stars 0 forks source link

Test more column types #5

Open raymondKelly opened 3 months ago

raymondKelly commented 3 months ago

Currently, we have only tested out the 'TEXT' column type https://github.com/limelighthealth/prisma-adapter-aurora/blob/bd0a93d0eb24425d2dabf8450b6a719beb6b1243/packages/aurora-prisma-adapter/src/conversion.ts#L94. We need to test out more variations of types and mark them as tested or untested.

We can gather a list of types supported by Primsa here https://www.prisma.io/docs/orm/reference/prisma-schema-reference#model-field-scalar-types

Test the following Prisma Types: