Peter

Results 2 comments of Peter

I have the same issue. If I try to give a value to the generated column I get another error "INSERT has more expressions than target columns". The raw SQL...

I made a simple alternative to insert().select() to avoid using plain text queries. ``` import { getTableName, Table } from "drizzle-orm" import { getTableConfig, PgColumn } from "drizzle-orm/pg-core" import {...