Data Types
Last updated
Was this helpful?
Last updated
Was this helpful?
The Data section allows you to manage and structure all database elements essential to the template. To open it, click the database icon in the left panel of the Bubble Editor.
Each data type includes built-in fields that are automatically created and managed by the system. These fields cannot be modified or deleted, as they are essential for tracking ownership and changes to the data:
Creator: The user who created the entry.
Creation Date: The timestamp indicating when the entry was created.
Modified Date: The timestamp showing the last time the entry was updated.
β¨ Tip: How to Find Where a Data Field is Used in the Application
β¨ Tip: In the application there is also an internal system of notes with description of fields and data types.
Description: This data type defines a master's working hours for a specific day of the week. It powers the scheduling system by storing time slots when services are available (e.g., "Mon 10:00-15:00").
duration in min
number
Calculated duration (in minutes) between start and end times.
end
work hours set (Option Set)
The end time of this availability period (e.g., 15:00). Must be after start time.
start
work hours set (Option Set)
The start time of this availability period (e.g., 10:00).
text version
text
Used to display the master's workday schedule. (e.g., "10:00-15:00").
work day m
Master's Workday
Links to the day of week (e.g., Monday).