Difference between revisions of "Public.location specific status changes (table)"
Line 78: | Line 78: | ||
|- valign="top" | |- valign="top" | ||
− | | | + | | location_specific_status_changes_ifserviceid |
| | | | ||
− | | | + | | ifserviceid |
− | |||
− | |||
− | |||
− | |||
|- valign="top" | |- valign="top" | ||
| location_specific_status_changes_locationmonitorid | | location_specific_status_changes_locationmonitorid | ||
Line 90: | Line 86: | ||
| locationmonitorid | | locationmonitorid | ||
|- valign="top" | |- valign="top" | ||
− | | | + | | location_specific_status_changes_locationmonitorid_ifserviceid |
| | | | ||
− | | ifserviceid | + | | locationmonitorid, ifserviceid |
|- valign="top" | |- valign="top" | ||
| location_specific_status_changes_locationmonitorid_loc_if_time | | location_specific_status_changes_locationmonitorid_loc_if_time | ||
| | | | ||
| locationmonitorid, ifserviceid, statustime | | locationmonitorid, ifserviceid, statustime | ||
+ | |- valign="top" | ||
+ | | location_specific_status_changes_statustime | ||
+ | | | ||
+ | | statustime | ||
|} | |} | ||
Latest revision as of 10:09, 27 August 2011
wikibot[edit]
Table | public.location_specific_status_changes |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
id | integer | not null | ||
locationmonitorid | integer | not null | ||
ifserviceid | integer | not null | ||
statuscode | integer | not null | ||
statustime | timestamp with time zone | not null | ||
statusreason | varchar(255) | null | ||
responsetime | double precision | null |
Primary Key[edit]
Primary Key | Columns |
location_specific_status_changes_pkey | id |
Indexes[edit]
Index | Type | Columns |
location_specific_status_changes_ifserviceid | ifserviceid | |
location_specific_status_changes_locationmonitorid | locationmonitorid | |
location_specific_status_changes_locationmonitorid_ifserviceid | locationmonitorid, ifserviceid | |
location_specific_status_changes_locationmonitorid_loc_if_time | locationmonitorid, ifserviceid, statustime | |
location_specific_status_changes_statustime | statustime |
Foreign Keys[edit]
Relation | Column | Referenced Column |
public.ifservices | ifserviceid | id |
public.location_monitors | locationmonitorid | id |