Database Structure

Data Types


  • Subscriber → It is for checking users' subscriptions and usage status of the application. Each user has a "Subscriber" type entry
  • Subscription Plan → It is the data type in which subscription plans are stored. It can be modified on the admin page
  • User → It is the data type in which users are stored. The data of the user's profile information and whether he has the admin role is stored
🔒
Not everyone can access all data. The privacy rules can be defined by who can access which data. Thus, only users with the allowed role can access specific data. Take a closer look at how privacy rules are set up in this template. → https://www.notion.so/rapid-dev/Privacy-Rules-b5bae8308f6d42c8a7714c50a19f16d1