Data Types

The Whiteboard SaaS template has a pretty simple database setup. There are two data types:

  1. Board

  2. User

Board is used to identify which Whiteboard is to be loaded on the "Board" page and to show a list of boards in the dashboard. Board has the following fields:

Field
Type
Used for

Board Members

User (list)

Record what users have been invited to work on the whiteboard

ID

Text

A unique 15-digit string used to identify each board*

Owner

User

The user who originally created the whiteboard

* You'll need to generate this yourself when creating a new board. More detail on how to do this is available in the "Board" section of the "Pages" section of the documentation.

User is the standard data type that comes with Bubble. There are no custom fields beyond what comes with every Bubble app.

Last updated