GPVApplicationMapTab - AppGeo/GPV GitHub Wiki
The GPVApplicationMapTab table links map tabs to applications. An application can have multiple map tabs, and a map tab can appear in multiple applications, so this table manages the many-to-many relationship.
Columns
- ApplicationID - The ID of the application (not null). Links to GPVApplication.
- MapTabID - The ID of the map tab (not null). Links to GPVMapTab.
- SequenceNo - A number specifying the display order of this map tab in this application (not null).