Is it possible to do something like `expires_at ...
# orm-help
b
Is it possible to do something like
expires_at                        DateTime @default(now() + 30)
in a model?
r
@Brian de la Motte 👋 What you proposed isn’t supported, but you can create a custom function that returns the default time via dbgenerated.
b
Thanks @Ryan!
🙌 1