With Query mode, is possible filter by a related table?
Composite Primary Key?
Best column type for storing a small WAV file in Postgres
Rollback not happening on tx.rollback() [PG DRIVER]
Drizzle studio not recognising new schemas
Drizzle & Neon low latency
TypeError: client.migrate
TypeError: client.migrate is not a function
with Kysely + Drizzle Kit + Turso + Bun + Nextjs when I drizzle-kit push
.
My config (in the root of nextjs project):
```
import { defineConfig } from "drizzle-kit";...Issues Using RLS with Supabase Through Drizzle

SQLite insert schema does not include nullable columns?
[Postgres] PostgresError: type X already exists.
PostgresError: type "media_types" already exists
PostgresError: type "media_types" already exists
CREATE TYPE "public"."media_types" AS ENUM('image', 'video');--> sta
...Drizzle-kit not working as expected
Postgres tables with same name but different schema
users
tables, each in different postgres schema. They have 3 columns in common: email, createdAt and updatedAt. When I try to make a relational query where I fetch a token with the user relation, the type of the user contains just those 3 columns, instead of all columns of that specific users table (image attached). Seems like it is an intersection of the types of those 3 users. Seems like the problem is that a relation is defined as:
```
Relations<"users", {
...
}>...
The signature with pgTable is depreciated.
pgTable
function with the callback function is depreciated? And If i remove the second argument to the function(the callback function), the depreciation message disappears.
is it possible for a join table to have one of the relations reference a composite key?
Can't migrate with pgPolicy and pgRoles
Supabase SSL - ENAMETOOLONG when adding sslrootcert to dbCredentials url
I'm trying using $count, and it giving me fieldAlias missing. What should I do?

Can i use "uniqueIndex" for that?
TypeError: db.execute is not a function