travisluong
Results
1
comments of
travisluong
I've added `casing: "snake_case"` to the drizzle config: ```ts export const db = drizzle(pool, { schema, casing: "snake_case" }); ``` However, when I use `getTableConfig`, the column names are in...