relations.ts alway include column name
Currently drizzle does not include the column name in the introspected relation name in
relations.ts
if only one column references a certain table [tableName]
and not [tableName]_[columnName]
. This makes the naming unstable as in the future when another column that relates to the same table is added, the first relation name stops making sense. Can I configure drizzle to alway include the column name in the relation name?1 Reply
would you be able to solve this?