2

I'm searching around all web.. but not found reply to this question. For logging changes in my project entities I want use stof doctrine extension - loggable, but it's not obvious for me, how changes in the entities are stored in the database? Can I define my own table for history and write changes of some fields in the entities there?

And so where is located loggable configuration about stroring history in the database? I red manual but not found a bit information about.

champion
  • 339
  • 1
  • 2
  • 12

1 Answers1

3

If configured correctly, once you update your database, a table called ext_log_entries will be created; That is where the changes are stored.

d0001
  • 2,162
  • 3
  • 20
  • 46