Hello, I was wondering if it was possible with Exp...
# exposed
b
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
Create trigger in a database that will be update this column.
b
Do you have the link to the documentation for creating these triggers in the database with exposed?
s
This is a database feature. Exposed doesn't have an API for this.