I cannot get the AuditInfo columns to be created when using @ManyToMany relations. Both @Entity objects extend AbstractAuditable and the correct columns are created when using create-drop. The AutitInfo columns do not show in the auto created join table.
I see this post regarding Hibernate Audit info, and it says it should be autmatically created. Audit ManyToMany Relationships using Hibernate Envers
Should that work with Spring JPA since Hibernate is the provider?