Gabriel Santos
08/13/2021, 6:52 PMScott P
08/13/2021, 6:59 PMroles
table which includes columns for different permissions (e.g. can_submit_blog_post
, can_edit_blog_post
). Then, create 1 row for each group.
Then, in your users table, create a role
column that has a foreign key reference to your roles
table.Gabriel Santos
08/13/2021, 7:20 PM