-
Could you include a dump of your database schema?
-
### Create a database schema
- analyses database.
- define tables.
- define relations between them.
- define the type of every element in the table
-
## Database Schema :
------
our database schema will contain 5 tables :
### field table
| name | type | constraints |
|--------|--------|--------|
| id | serial | primary key |
| name | varc…
-
# Database Schema
- [ ] Contains correct datatypes
- [ ] Contains appropriate constraints/details
- [ ] primary key
- [ ] not null
- [ ] unique
- [ ] indexed
- [ ] foreign key
- [ ] …
-
### 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…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the issue
Does table exist is searching the entire dbt graph which may include quoted objects. The Sn…
-
## Steps to reproduce
Using neon's default user with super admin permission I create a new database and then create a new users as follows:
```sql
CREATE ROLE "app_user" WITH LOGIN PASSWORD '' REPLI…
-
# Database Schema
- [ ] Contains correct datatypes
- [ ] Contains appropriate constraints/details
- [ ] primary key
- [x] not null
- [ ] unique
- [ ] indexed
- [ ] foreign key
- [ ] …
-
I hope there is a better way to do this that I am not seeing.
According to the read me:
> Then run db:prepare in production to ensure the database is created and the schema is loaded.
I am te…
-
### Description
I can not select current schema/database when try to write query in editor.
I add a video with example how it looks like:
https://github.com/user-attachments/assets/2be00ae3-c16a-…