Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | √ | null |
|
|
The record’s primary key. The definitive identifier of the record in the system. General Usage This column is system maintained and should be considered read only in normal operations. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
internal_name | text | 2147483647 | √ | null |
|
|
A candidate key useful for programmatic references to individual records. General Usage This column is system maintained and should be considered read only in normal operations. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
display_name | text | 2147483647 | √ | null |
|
|
A friendly name and candidate key for the record, suitable for use in user interactions General Usage This column is system maintained and should be considered read only in normal operations. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
syst_defined | bool | 1 | √ | null |
|
|
Values of General Usage This column is system maintained and should be considered read only in normal operations. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
syst_description | text | 2147483647 | √ | null |
|
|
A system defined description indicating the purpose and use cases of a given record. Text defined in this column is system maintained and should not be changed under normal circumstances. General Usage This column is system maintained and should be considered read only in normal operations. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
user_description | text | 2147483647 | √ | null |
|
|
An optional user defined description of the record and its use cases. If this value is not Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
setting_flag | bool | 1 | √ | null |
|
|
A boolean configuration point. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
setting_integer | int8 | 19 | √ | null |
|
|
An integer configuration point Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
setting_integer_range | int8range | 2147483647 | √ | null |
|
|
An integer range configuration point. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
setting_decimal | numeric | 0 | √ | null |
|
|
An decimal configuration point (not floating point). Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
setting_decimal_range | numrange | 2147483647 | √ | null |
|
|
A decimal range configuration point. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
setting_interval | interval | 49,6 | √ | null |
|
|
An interval configuration point. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
setting_date | date | 13 | √ | null |
|
|
A date configuation point. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
setting_date_range | daterange | 2147483647 | √ | null |
|
|
A date range configuration point. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
setting_time | time | 15,6 | √ | null |
|
|
A time configuration point (without time zone). Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
setting_timestamp | timestamptz | 35,6 | √ | null |
|
|
A full datetime configuration point including time zone. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
setting_timestamp_range | tstzrange | 2147483647 | √ | null |
|
|
A range of timestamps with time zone configuration points. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
setting_json | jsonb | 2147483647 | √ | null |
|
|
A JSON configuration point. Note that duplicate keys at the same level are not allowed. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
setting_text | text | 2147483647 | √ | null |
|
|
A text configuration point. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
setting_uuid | uuid | 2147483647 | √ | null |
|
|
A UUID configuration point. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
setting_blob | bytea | 2147483647 | √ | null |
|
|
A binary configuration point. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
diag_timestamp_created | timestamptz | 35,6 | √ | null |
|
|
The database server date/time when the transaction which created the record started. General Usage This column is system maintained and should be considered read only in normal operations. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
diag_role_created | text | 2147483647 | √ | null |
|
|
The database role which created the record. General Usage This column is system maintained and should be considered read only in normal operations. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
diag_timestamp_modified | timestamptz | 35,6 | √ | null |
|
|
The database server date/time when the transaction which modified the record started. This field will be the same as diag_timestamp_created for inserted records. General Usage This column is system maintained and should be considered read only in normal operations. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
diag_wallclock_modified | timestamptz | 35,6 | √ | null |
|
|
The database server date/time at the moment the record was actually modified. For long running transactions this time may be significantly later than the value of diag_timestamp_modified. General Usage This column is system maintained and should be considered read only in normal operations. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
diag_role_modified | text | 2147483647 | √ | null |
|
|
The database role which modified the record. General Usage This column is system maintained and should be considered read only in normal operations. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
diag_row_version | int8 | 19 | √ | null |
|
|
The current version of the row. The value here indicates how many actual data changes have been made to the row. If an update of the row leaves all data fields the same, disregarding the updates to the diag_* columns, the row version is not updated, nor are any updates made to the other diag_* columns other than diag_update_count. General Usage This column is system maintained and should be considered read only in normal operations. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|
|
diag_update_count | int8 | 19 | √ | null |
|
|
Records the number of times the record has been updated regardless as to if the update actually changed any data. In this way needless or redundant record updates can be found. This row starts at 0 and therefore may be the same as the diag_row_version - 1. General Usage This column is system maintained and should be considered read only in normal operations. Data Requirements
User Defined Record Supported Operations
System Defined Record Supported Operations
|