SuffixConfig database¶
The SuffixConfig database contains a single table that stores the suffix object configuration for the project.
Tables¶
| Table | Description |
|---|---|
SuffixObj |
Stores the full suffix object configuration as a single JSON blob. Each row represents one serialized suffix object definition. |
The JSON structure mirrors the suffix object model used by the suffix system at runtime. See Suffix System for details on how suffix objects are configured and used.