Add @updatedAt
attribute to Schema API
field level
#6194
tsui66
started this conversation in
Feature requests
Replies: 1 comment
-
Hello @tsui66! A community member has implemented this, check out this thread in Slack - https://keystonejs.slack.com/archives/C01STDMEW3S/p1625725425024200 We may bring this into the core framework at some point, but this should satisfy your needs for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Automatically stores the time when a record was last updated. If you do not supply a time yourself, the Prisma Client will automatically set the value for fields with this attribute.
Beta Was this translation helpful? Give feedback.
All reactions