Skip to content

GPVApplicationMarkupCategory

Peter Girard edited this page Apr 29, 2017 · 2 revisions

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).

Clone this wiki locally