Audit/versioning columns for your db tables in your schema. Yay or nay? What other recurring tables/columns do you use?

Regarding versioning. Check this out for mariadb:

It looks promising.

image

You need to add row_start and row_end to the SELECT statement as they are system columns generated by the versioning system.