`sql.join` with `ODER BY` leads to syntax error while the sql query seems correct.
How to run migration script?
Cannot get id field in the next-auth session.
How to express "children" or "parent" relation with typescript?
country
and region
tables. A region belongs to a country, so on the region
table, there's a foreign key country_id
to the country
table.
The question is if it is possible to have a Country type generated like this:
```...'token' used in key specification without a key length
token: varchar("token", { length: 255 })
because token: text("token")
giving issues when pushing. Why?
I'm using drizzle with planetscale....ER_TABLE_EXISTS_ERROR
column "summary" cannot be cast automatically to type jsonb
Postgres timestamp that will be the same across regions
is there a way to wrap a column select with ST_AsText or any other sql statement?
inferring the column information from the imported schema
Drizzle tries to import mysql2/promise even though I want to use postgress.
node_modules/drizzle-orm/mysql-core/db.d.ts:1:38 - error TS2307: Cannot find module 'mysql2/promise' or its corresponding type declarations.
1 import type { ResultSetHeader } from 'mysql2/promise';
...Filter for articles with at least one comment
How to get a similar result of db.query but with extra aggregation and using select
Next 13, Next-Auth with Neon Postgres and Drizzle vs Prisma 5
error: column "x" is in a primary key
drizzle-kit push:pg
, this is the error I get, even if the schema has not changed at all.
Does anyone know what might cause this?...postgres error: type "serial" does not exist
error: type "serial" does not exist.
This is my schema:
```ts...planetscale cache error
MySql 8 - How to use onDuplicateKeyUpdate with array?