salym_akhmedov
PPrisma
•Created by salym_akhmedov on 8/27/2024 in #help-and-questions
How to handle default items alongside user-created ones?
If I have an application with default data that all users see, and also those users can create their own data that's the same type of data as the default data, which they can update and delete. How would I handle this in my database schema?
I was thinking of using an admin role or maybe even have Boolean for system defined data but I'm not too sure. What do you guys think?
1 replies