Good morning, I'm modifying an app where access to different user types is required, the app has a table for each type of user (if the app works) but if you create N types of users you would have to create N tables which I do not see as feasible.
Now I want to place only one table users as in the following image, the problem is that I do not know how to shred it so that I can make the same references in the table articles
I am very grateful that you can guide me, thank you.