This issue proposes a secure multi-workspace database schema in PostgreSQL to manage data for newsletters, websites, social media, and similar applications. The focus is on data isolation and user access control.
[x] #297
Define the workspaces table to store workspace information (name, owner, timestamps).
Establish relationships with other tables using foreign keys.
[x] #298
Implement mechanisms to modify workspace details (name, owner).
[x] #299
Design a secure approach to delete workspaces, considering data integrity.
This issue proposes a secure multi-workspace database schema in PostgreSQL to manage data for newsletters, websites, social media, and similar applications. The focus is on data isolation and user access control.
[x] #297
[x] #298
[x] #299