-
@krishna9304 This is just a rough plans on how to pass and get evals. Needs more work. Guide me from ur pov too please.
Like pydantic in python, we directly pass a Json Schema in typescript ig
…
-
**Description**:
I am encountering an issue where, after performing a schema migration and deprovisioning the old metadata, the new metadata is not being updated correctly. I have followed the proces…
-
- [ ] Contains correct datatypes
- [x] Contains appropriate constraints/details
- [x] primary key
- [x] not null
- [x] unique
- [x] indexed
- [x] foreign key
- [x] Cont…
-
create a database schema for all models
-
Added all basic database models.
Models:
-
-
-
-
How will the database schema look like? We're using Mongo, so we can embed documents (like the `author` in the `questions` collection) to reduce the number of queries.
I think the documents below a…
-
![37638170_1802611913151665_3183800900804149248_n](https://user-images.githubusercontent.com/28482863/43066526-94a0ff94-8e6d-11e8-8050-f6c38ed43c2f.jpg)
-
-
### Bug description
Today we introduced raw SQL queries in our codebase, requiring us to run `prisma generate --sql` instead of `prisma generate`. Locally it builds normally. In AWS, it errors out wi…
-
Add a file with **.sql** extension to the repository.
The file should contain SQL script to create DB schema.
All changes to the database should be displayed in this file.
Therefore it can be easy…