How to implement interface for table?
onDuplicateKeyUpdate
drizzle weird error message on database operation

permission denied on insert
How can I reference the RelationalQueryBuilder and RelationalQuery types?
Dropping unique constraint cant push to db
nftCollectionIdKey: unique("Pool_nftCollectionId_key").on(
table.nftCollectionAddress
),
...I'm getting circular dependency problems because each table relation is declared from the table file

How do I import a type?
posts
, I'd expecect to be able to import a Post
type to be used in one of my child components.
Is this possible with Drizzle? Or have you all found it to be unnecessary...When pushing migrations to Supabase, it skips saying the schema "drizzle" already exists.
__drizzle_migrations
under the drizzle
schema that was auto-created by drizzle-kit
when migrating the first few times
```js...0 tables fetched when introspecting a postgres database
GRANT ALL PRIVILEGES ON SCHEMA public TO prisma;
GRANT ALL PRIVILEGES ON SCHEMA public TO prisma;
PostgreSQL migration issue in AWS RDS with Drizzle ORM: 'no pg_hba.conf entry for host' error
Date condition on where function
ReferenceError: Cannot access 'addon' before initialization
DISTINCT ON syntax error with multiple columns in select
Unchanged schema, `db:push:pg` generates faulty `ALTER` statements
Get `id` of inserted row
const { resultId } = (await Database.insert(UsersTable).values(userInsert).returning({resultId: UsersTable.id}))[0]
const { resultId } = (await Database.insert(UsersTable).values(userInsert).returning({resultId: UsersTable.id}))[0]
Column primary key not working
Drizzle kit SQL error
Migrating prisma schema to drizzle

How to make an unsigned bigint column in MySQL