Hello,
I was wondering if it was possible with Exposed to create an "updated_at" table that the database would update automatically during an update on the line, I found a method to manage it in the code with EntityHook.subscribe , but I couldn't find any referance to do it directly via the database.
thank you in advance for your help
s
Sergey Shumov
01/01/2023, 6:45 AM
Create trigger in a database that will be update this column.
b
Bastien Leveque
01/01/2023, 11:24 AM
Do you have the link to the documentation for creating these triggers in the database with exposed?
s
Sergey Shumov
01/01/2023, 11:28 AM
This is a database feature. Exposed doesn't have an API for this.