GPVApplicationMarkupCategory - AppGeo/GPV GitHub Wiki
The GPVApplicationMarkupCategory table links markup categories to applications. An application can have multiple markup categories, and a markup category 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.
- CategoryID - The ID of the markup category (not null). Links to GPVMarkupCategory.
- SequenceNo - A number specifying the display order of this markup category in this application (not null).