sequelize-version
sequelize-version copied to clipboard
Way to add additional data to the Version entity
Is there a way to add additional data to a version entry? For example, I have a BlogPost which has an author, field UserId. Now other users can edit the content, and I would like to use the UserId as an attribute to the version entry. Is that (easily) possible?