vdsConfiguration
The vdsConfiguration table stores global configuration settings using name/value pairs.
Columns
Table: vdsConfiguration table columns
Column name |
Data type |
Primary key |
Nullable |
Description |
vdsName
|
varchar(64) |
Yes |
No |
The configuration key name. |
vdsValue
|
varchar(2048)
|
No |
Yes |
The configuration key value. |
vdsCreateTime
|
timestamp |
No |
No |
The date and time the data record was created. |
vdsModifyTime
|
timestamp |
No |
No |
The date and time the data record was last modified. |
vdsKeyID
|
varchar(255) |
No |
Yes |
|
vdsValueKeyID
|
varchar(255) |
No |
Yes |
|
vdsVersion
|
integer |
No |
Yes |
The current data schema version of the data record. |
Keys
Primary key: (vdsName)
Foreign keys:
- (vdsKeyID) references vdsKey (vdsKeyID)
- (vdsValueKeyID) references vdsKey (vdsKeyID)
Indexes
Table: vdsConfiguration table indexes
Index name |
Included fields |
Level 0 (default) |
vdsconfigurationidx
|
vdsName
|