Best method to track revisions in Postgres

Hi!

Was wondering what would be the best method to implement version history into me retool application.

The database has approximately 10 relational tables.
I would like the ability to display a change log easily revert back to previous values.

Thank you,

Hi Eden! We don't have anything native to support this, aside from maybe creating temp tables in Postgres or perhaps even saving the data in localStorage (as long as the data isn't big enough to slow the browser down). Would you mind sharing a bit more about your use case? :slight_smile: Curious if there's something I'm missing