drizzle-zod type infer

Why is drizzle-zod converting a string to enum?

[BUG?] Postgres transactions throwing connection timeouts after a lot of queries
Unique Key Schema
relation "users" does not exist
is thrown.
Here is the code:
https://codesandbox.io/p/sandbox/competent-faraday-xk9b2q?selection=%5B%7B%22endColumn%22%3A72%2C%22endLineNumber%22%3A19%2C%22startColumn%22%3A72%2C%22startLineNumber%22%3A19%7D%5D&file=%2Fsrc%2Fdata%2Fmigrations%2F0000_military_la_nuit.sql...sqliteTable wrapper which modifies fields, with proper types
How to count joined table?
Config in Typescript?
drizzle.config.ts
file stopped working. Is it now required for the config to be in JSON format?
Using this:
drizzle-kit generate:mysql
Returns following:...
Missing video for SST and Drizzle
Problem running a migration

How do I connect to sqlite on fly.io?
new Database('sqlite.db')
but I don't know what to use on fly.io. There are no docs on fly.io about this either, and I already asked on their forums.
Has anyone done this before? 🙂...Typescript build fails with large number of columns
Selecting multiple relating rows
many-to-one transaction
[BUG] drizzle-kit doesn't like imports outside of a module
drizzle-kit throwing await is not available in the configured target environment
[Bug] Postgres migrations are broken on 0.23.10

drizzle-kit doesn't pull foreign keys from supabase/postgres?
Why does drizzle-zod create ZodString's instead of z.ZodStrings for mySQL?