You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to support columns that are ‘unknown’ to typed-knex? That is to say, columns in the db that are not a part of the typed-knex @table decorated entity. I’m thinking of a nullable column that is automatically managed by a db trigger, that shouldn’t impact any application operation in the first place.
If you are not against such a feature, would you be open to a PR implementing it as an opt-in feature?
The text was updated successfully, but these errors were encountered:
Issue type:
Would it be possible to support columns that are ‘unknown’ to typed-knex? That is to say, columns in the db that are not a part of the typed-knex
@table
decorated entity. I’m thinking of a nullable column that is automatically managed by a db trigger, that shouldn’t impact any application operation in the first place.If you are not against such a feature, would you be open to a PR implementing it as an opt-in feature?
The text was updated successfully, but these errors were encountered: