Share
An updated_at column that is always correct
Application code forgets to set updated_at, especially when three different places write the same row. A trigger cannot forget. One function for the whole database, one trigger per table.
Application code forgets to set updated_at, especially when three different places write the same row. A trigger cannot forget. One function for the whole database, one trigger per table.