any way to automatically cast numeric types on retrieval?
Query in drizzle doesn't work
DrizzleError: No fields selected for table "usersToGroups" ("users_groups")
DrizzleError: No fields selected for table "usersToGroups" ("users_groups")

Cannot read properties of undefined (reading 'referencedTable')
Relational query builder in mysql?
TransactionRollbackError
tx.rollback()
function itself threw an error and that the rollback was unsuccessful, or just that the tx.rollback()
function was called?...PostgresError: null value in column "id" of relation "pairs" violates not-null constraint
OnConflictDoNothing with mysql
drizzle-kit introspect reorder tables
Migration custom logger
migrate
function to be passed to my custom logger function. is it something that is supported/planned?
if not - i'd suggest adding two logging options infoLogger
and errorLogger
both of type (msg: string) => void
thx...why do snapshots not have the same name as the migrations?

Help with improving database query
Typescript types for relational queries with neon db
Migrating in JS & JSON (no filesytem)
Unable to generate uuid as primary key
"null value in column \"id\" of relation \"User\" violates not-null constraint"
"null value in column \"id\" of relation \"User\" violates not-null constraint"
[Has Solution] Drizzle Studio says it's running on the server http://0.0.0.0
pnpm drizzle-kit studio
. I am receiving the message: Drizzle Studio is up and running on http://0.0.0.0:4983
If I try to hit that route, nothing's on there. But if I instead change the URL to http://127.0.0.1:4983
. It works....Error using relational queries but not with core queries
const invitesData = await db.select().from(invites).innerJoin(members, eq(invites.inviterId, members.id)).where(eq(invites.invitedId, user.id));
const invitesData = await db.select().from(invites).innerJoin(members, eq(invites.inviterId, members.id)).where(eq(invites.invitedId, user.id));
Is it good to use UUID as primary key ?
What exactly i am doing wrong.. Prepared Query