For the complete documentation index, see llms.txt. This page is also available as Markdown.

G2PRegisterUITabSections

g2p_register_ui_tab_sections - UI Tab Configuration (Sections) for Registers

Junction table associating G2PRegisterSection definitions with G2PRegisterUITab definitions. Defines section ordering within a tab.

Sections are defined once in g2p_register_sections; this table controls where each section appears and in what order.


Attributes

Attribute
Description

tab_section_id

Primary key. Uniquely identifies the tab–section association.

register_id

Register identifier (stored for query convenience).

tab_id

References g2p_register_ui_tabs.tab_id.

section_id

References g2p_register_sections.section_id.

section_order

Order within the tab. Lower values appear first.


Relationship model

A section definition may appear in multiple tabs via multiple junction rows.

Last updated

Was this helpful?