sequelize-version icon indicating copy to clipboard operation
sequelize-version copied to clipboard

Way to add additional data to the Version entity

Open dialogik opened this issue 5 years ago • 0 comments

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?

dialogik avatar Jun 24 '20 16:06 dialogik