Skip to main content
CYPEX Documentation
Support
v2.0.0 Latest stable release View changelog ->

Internal Schema Browser

Platform Admin → Internal Schema Browser shows the internal cypex schema — the platform’s own metadata tables, not your application data.

This screen is System Administrator only (system admin visibility) and is intended for advanced debugging.

What it shows, and what it does not

Internal Schema BrowserDatabase
Schemacypex — platform metadataYour application schemas
ContentsThe tables CYPEX uses to store applications, modules, organizations, roles, and object definitionsThe tables, views, and workflows you design
PurposeInspecting platform state while debuggingBuilding the data model your applications render
Warning
The cypex schema is CYPEX’s own storage. Its layout is an implementation detail and changes between releases. Read it to diagnose a problem; do not build applications or integrations against it. Use Database for your own model and the REST API for programmatic access to your data.

See also

  • Database — the ER editor for your own schemas.
  • Audit — the audit history surfaced as a supported screen.
  • Administration Panel — sidebar reference and visibility levels.

Install extensions

To install SQL fragments you can use the Extensions entry. Click the action button to easily deploy extensions.

There are countless extensions inside the default repository which can be used:

Extensions

By default, the CYBERTEC repository for CYPEX is enabled. However, you can easily add more repositories as needed. For more information, see the section on Storage Repositories.

See also