add cascade: [‘persist’, ‘remove’] where it is needed add onDelete: ‘CASCADE’ where it is needed users and magazines can now be deleted with just one SQL command. However because we cache a lot of…
You must log in or # to comment.
add cascade: [‘persist’, ‘remove’] where it is needed add onDelete: ‘CASCADE’ where it is needed users and magazines can now be deleted with just one SQL command. However because we cache a lot of…