About the Back End
This parent page securely houses all of the foundational databases (base tables) for the workspace. By isolating the structure here, we guarantee:
Safety: Base tables cannot be accidentally deleted by users working in dashboards. Organization: All core schema definitions and centralized architectures are kept in one manageable location. Purity: Each sub-page strictly contains a single base table. No dashboards, charts, or secondary views are permitted here. Always create views (/view) of these tables on front-end pages when you need to display or interact with data.