Say I have a list of ice cream flavors in a table. Columns include 'name', 'category', and 'price'. And flavors is versioned.
Right now, the 'price' of chocolate is $5. I'd like to be able to figure out when the chocolate flavor's price was changed to $10. Is that something this gem would allow me to do?
I'm fairly new to this, so please forgive what might be a simplistic question.
Say I have a list of ice cream flavors in a table. Columns include 'name', 'category', and 'price'. And flavors is versioned.
Right now, the 'price' of chocolate is $5. I'd like to be able to figure out when the chocolate flavor's price was changed to $10. Is that something this gem would allow me to do?
I'm fairly new to this, so please forgive what might be a simplistic question.