Queries require "await"?
How to accomplish the following JSON format on retrievals
i'm trying to migrate my databse
How to set a GIN index on the JSONB column?
Updated to the latest and I get this error
When using a foreignKey({}), is there a way to specify onDelete: "cascade'?
Multiple subqueries with .with
Ok to delete old migration files?
Is there a way to do a "down" migration with Drizzle?
Losing kysely types (using Kyselify) - getting [x: string]: any
push won't work
jobs table
2. rename the jobs table to __old_push_jobs
3. create a new jobs table with the old, incorrect configuration...
How to get count with main query
Helpers for querying in the new PostGIS Geometry type
drizzle-zod not working with column of type vector (as introduced in latest release v.0.31.0)
createSelectSchema() on a table that has a column of type vector, e.g.
```
...
embedding: vector("embedding", { dimensions: 384 }),...Reusable pgTable column helper - losing type : [x: string] instead of user_id
Drizzle Studio Not Showing Tables that are in Supabase
drizzle-kit generate followed by a drizzle-kit migrate. When I look in supabase.com it shows that table. However, when I run drizzle-kit studio, I just get a spinner. This is what my drizzle.config.ts looks like
```ts
import { defineConfig } from 'drizzle-kit'
import { env } from '@/app/env'...Is it okay to manually edit migration files?
Can't apply migration?
