custom DB field name #10056
achtan
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to remap DB field name into TS names. For example, in DB, I have
created_at
, and in TS, I want to havecreatedAt
field.drizzle doc: https://orm.drizzle.team/docs/sql-schema-declaration#tables-and-columns-declaration
Beta Was this translation helpful? Give feedback.
All reactions