sdispater / orator

The Orator ORM provides a simple yet beautiful ActiveRecord implementation.

Home Page:https://orator-orm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

History of table changes.

dima-dmytruk23 opened this issue · comments

I need to see history of table changes.

Something like django-simple-history.

There is an idea to store the old state of the table and compare it with the new one in the save method. But maybe there is something already ready.