-1
Next guys, to with 3 tables here, I’m in doubt how to relate them.
I am studying relationship tables here... This project is a stock system, and has no intention, except to practice and study!
My doubt is the following, I have the table roles (functions), the table Categories (categories) and the table Permissions (permissions), I mean that each role will be allowed to read, edit and erase every record of Category.
What kind of relationship would that be?
Many For Many ? Would Use Table Permissions as a table pivot?
Thanks from now on who can contribute some explanation, this modeling business is driving me crazy..
This is exactly what I intend to do, a function can change several categories, and a category can be changed by several functions. ai had created the Permissions table for it to be the pivot table. Vlw by explanation, I am studying about I get very confused.. I just wanted to get a second opinion.. Thank you very much.!
– DerexScript