deletion on m2m tables
Hello concerning: https://www.youtube.com/watch?v=yJttdDa-9xU there are 2 ways to create m2m table.1. sys_m2m - New (I name it a "real m2m")2. create a table with 2 references (I name it a "not real m2m") Both ways can be used to add a rela...