Entity with multiple images associated

0
Hello! So, I have an entity called Vouchers that have an Image associated, however, I want to have a list of images to show in a carousel. When I change the association in the domain model I get a lot of errors, so probably this is not the best approach. Someone knows how to do this?        
asked
2 answers
0

If you want to associate multiple images to Voucher, then change the association to 1:n. Which errors do you get when you do this?

answered
0

I get this errors when I change the association to 1:n

 

answered