Marking a column as deprecated #5127
codeinabox
started this conversation in
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.
-
A feature that would be very handy is to mark a database column as deprecated. For context, I'm working on a project that interacts with a legacy database, and many of the columns on the database are no longer in use.
I'm not able to make any changes to the scheme of this legacy database, so it would be amazing if in Drizzle I could mark a column as deprecated. These columns are NOT NULL, and do not have default values either, so unfortunately I can't omit them from the schema.
Beta Was this translation helpful? Give feedback.
All reactions