Data Types
  • 30 May 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Data Types

  • Dark
    Light

Article Summary

SaaS Kitchen comes with one database ("User"), but you can add more as needed.

The User database is standard with every Bubble application, and houses the information about each user who signs up on your site.

  • access_level: The progression of user statuses upon sign up. Begins with "first" when they have only put in their email address, and then changes to "basic" after they confirm their email and provide their First, Last and Password. Finally, if they upgrade to a paid account, it changes to "pro."  You can use this to affect what content modules a user can see.
  • acct_type: "monthly" or "annual_recurring" depending on what the user selected upon signing up for a paid subscription to your site.
  • admin: Set to 'yes' for accounts where you want to give special privileges or access to content.
  • cancel_request_date:  If user requests cancellation from their My Account page, the date will be recorded here.
  • cancel_requested: If user requests cancellation from their My Account page, this will change to "yes"
  • email_verif_sent: The date and time the email verification was sent. Typically when a user is signing up.
  • end_date: The end date of any current paid subscription period.
  • first_name: User's first name
  • last_name: User's last name
  • start_date: The start date of any current paid subscription period.
  • stripe_charge_id:  The charge ID of any Stripe paid subscriptions by the user
  • stripe_plan_id: The plan ID of any Stripe paid subscriptions by the user 
  • stripe_sub_id: The subscriber ID of any Stripe paid subscriptions by the user 
  • team_domain: Not applicable

Was this article helpful?