CapStormPlatformConfig Table
The CapStormPlatformConfig table contains configuration information for the application. This table is a formatted as a key-value pair structure to store metadata about the application configuration. The primary information stored in the table pertains to versioning of the application aligning to the version of the database schema.
The following table describes each field in the CapStormPlatformConfig table:
Column Name | Data Type | Required | Description |
---|---|---|---|
property | varchar | Yes | The identifier for a specific application property. |
propertyValue | varchar | Yes | The value associated with a specific application property. |