Popular repositories
524 contributions in the last year
Less
More
Contribution activity
February 2021
Created 7 commits in 1 repository
Opened 6 pull requests in 1 repository
prisma/prisma-engines
5
merged
1
open
- No additional unique constraints when Primary Key present
- Do not add ignore directives to fields on ignored models
- Keep ignore attributes during reintrospection
- Schema Validation for @@ignore and @ignore
- [DoNotMerge] Only create a new relationname for a relationfield with one if there …
- Drop ignored models and ignored or unsupported fields from the dmmf
Reviewed 5 pull requests in 1 repository
Created an issue in prisma/language-tools that received 1 comment
Offer correct Prisma type when detecting a mismatch between Prisma type and native type.
We already detect when the Prisma type is incompatible with the specified native type.
e.g. on Postgres
string_column String @db.BigInt would show …
1
comment