sp245_id_configuration
This table simply provides a large text column, configuration, keyed by a text ID.
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
id |
| n/a | |
configuration | CLOB | <empty string> |
Keys
primary key (id)
Primary Key Referenced From
Column Descriptions
Field | Description |
---|---|
id | The keyed value of the Server ID name, referenced by the value of System Parameters postcode_tm_server and postcode_tm_server. |
configuration | The body of the Server request |
Â
Details
The table is currently only used by SP083_SYSTEM_PARAMETERS for storing the configurations for servers for P2P (postcode_tm_server) and RTT (postcode_rtt_server).
If other tables use it then the ID will need to be carefully devised to be kept unique.