When creating models, I want all my models to have...
# orm-help
t
When creating models, I want all my models to have certain fields such as
createdAt
,
updatedAt
,
deletedAt
, etc. Do I have to manually create them on every field or is there a place in prisma I can add it once, and have it add on every model?
👀 1
a
Hey Ted, You will need to add them on every model. Feel free to open a feature request if you have an idea on how we can improve this.
v
👋 Hello @Ted Joe, did you have a chance to see Austin's comment? Let us know if this is still an open question for you!