Martina Welander
Martina Welander
Floating comments are removed when you introspect: ``` model User { // I float! } ``` Would be good to have a warning in VS Code so that users aren't...
There's an expectation that .env file should be in root - Prisma expects it in prisma folder unless you use the schema flag or load it manually via dot-env
https://prisma-company.slack.com/archives/C5Z9TH6N9/p1607508776067500?thread_ts=1607508716.067200&cid=C5Z9TH6N9
## Context (See Jan's comment) Find out what date/time gets written to the database if your db is in a different region. ## Suggested action Update reference docs for that...
## Suggested action Add Azure SQL connection string format to MSSQL connector page (later needs to be moved to the correct page for connection details)
See: https://prisma-company.slack.com/archives/C5Z9TH6N9/p1603187090042800?thread_ts=1602848895.004500&cid=C5Z9TH6N9 * [x] Binaries URL schema * [x] OpenSSL justification * [x] Protocols * [ ] Move engines list to a more obvious place * [ ] Better use...
## "Problem" A JSON field in a database might contain a lot of data that you don't necessarily want to return each time you read a record - e.g. unstructured...