Browse Source
- Added details about the primary key for the `roles` table, emphasizing its enum nature and direct readability in junction tables. - Included information on foreign key relationships for `user_roles` and `product_role_visibility` referencing `roles.code`. - Documented the auto-assignment of the 'private' role for new users upon first login and clarified the use of UUID primary keys in most tables.main
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue