`.if` API causes issues with TypeScript
When using Deno, is it still needed to install the dotenv and tsx packages?
drizzle-kit for production
SyntaxError: Expected ',' or '}' after property value in JSON at position 54561
TypeError: Cannot read properties of undefined (reading 'replace')
drizzle-kit push
to push my new schema changes to Supabase database but got this error
```
.../node_modules/drizzle-kit/bin.cjs:20104...New version Not use IF NOT EXIST'S anymore
CREATE TABLE IF NOT EXISTS
I don't know if is the expected behavior, but I didn't like!
0.30.0
vs 0.28.1
...
Please provide required params for AWS Data API driver:
pnpm drizzle-kit up
results in...Problem with ENUMs PostgreSQL
[⣻] applying migrations...error: type "activity_log_activity_enum" already exists
...I messed up my supabase and drizzle setup
pnpm supabase start
locally and that ended up failing due to
```
ERROR: column "class_year" cannot be cast automatically to type integer (SQLSTATE 42804)
At statement 1: --> statement-breakpoint ...drizzle-postgresql migratin error using nestjs framework

im getting problems with drizzle schemas
transportistShema
. If I add this one, I get the error
TypeError: Cannot read properties of undefined (reading 'Symbol(drizzle:Schema)')
```js...
Defining nested types with Drizzle Zod
Drizzle Kit Generate renames columns incorrectly

drizzle-typebox infers integer() as TString

Too many nested objs on many-to-many relations
Can't seem to $count in multi relation query
Timestamp IS NULL on where condition returns "status": "success"

How to set opclass for index with custom sql column
drizzle-kit pull
uniqueIndex("sap_id_upper_trim_idx").using("btree", sql`upper(TRIM(BOTH FROM sap_id))`),
uniqueIndex("sap_id_upper_trim_idx").using("btree", sql`upper(TRIM(BOTH FROM sap_id))`),
Column of relation already exists