Difference between revisions of "Public.location specific status changes (table)"
Line 2: | Line 2: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- valign="top" |
| '''Table | | '''Table | ||
| public.location_specific_status_changes | | public.location_specific_status_changes | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 17: | Line 15: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| id | | id | ||
| integer | | integer | ||
Line 24: | Line 22: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| locationmonitorid | | locationmonitorid | ||
| integer | | integer | ||
Line 30: | Line 28: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| ifserviceid | | ifserviceid | ||
| integer | | integer | ||
Line 36: | Line 34: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| statuscode | | statuscode | ||
| integer | | integer | ||
Line 42: | Line 40: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| statustime | | statustime | ||
| timestamp with time zone | | timestamp with time zone | ||
Line 48: | Line 46: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| statusreason | | statusreason | ||
| varchar(255) | | varchar(255) | ||
Line 54: | Line 52: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| responsetime | | responsetime | ||
| double precision | | double precision | ||
Line 67: | Line 65: | ||
| '''Primary Key | | '''Primary Key | ||
| '''Columns | | '''Columns | ||
− | |- | + | |- valign="top" |
| location_specific_status_changes_pkey | | location_specific_status_changes_pkey | ||
| id | | id | ||
Line 78: | Line 76: | ||
| '''Type | | '''Type | ||
| '''Columns | | '''Columns | ||
− | + | ||
− | |- | + | |- valign="top" |
| location_specific_status_changes_statustime | | location_specific_status_changes_statustime | ||
| | | | ||
| statustime | | statustime | ||
− | |- | + | |- valign="top" |
| location_specific_status_changes_locationmonitorid_ifserviceid | | location_specific_status_changes_locationmonitorid_ifserviceid | ||
| | | | ||
| locationmonitorid, ifserviceid | | locationmonitorid, ifserviceid | ||
− | |- | + | |- valign="top" |
| location_specific_status_changes_locationmonitorid | | location_specific_status_changes_locationmonitorid | ||
| | | | ||
| locationmonitorid | | locationmonitorid | ||
− | |- | + | |- valign="top" |
| location_specific_status_changes_ifserviceid | | location_specific_status_changes_ifserviceid | ||
| | | | ||
| ifserviceid | | ifserviceid | ||
− | |- | + | |- valign="top" |
| location_specific_status_changes_locationmonitorid_loc_if_time | | location_specific_status_changes_locationmonitorid_loc_if_time | ||
| | | | ||
Line 107: | Line 105: | ||
| '''Column | | '''Column | ||
| '''Referenced Column | | '''Referenced Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[public.ifservices_(table)|public.ifservices]] | | [[public.ifservices_(table)|public.ifservices]] | ||
| ifserviceid | | ifserviceid | ||
| id | | id | ||
− | |- | + | |- valign="top" |
| [[public.location_monitors_(table)|public.location_monitors]] | | [[public.location_monitors_(table)|public.location_monitors]] | ||
| locationmonitorid | | locationmonitorid | ||
| id | | id | ||
|} | |} |
Revision as of 23:39, 24 June 2010
wikibot
Table | public.location_specific_status_changes |
Columns
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
Primary Key | Columns |
location_specific_status_changes_pkey | id |
Indexes
Index | Type | Columns |
location_specific_status_changes_statustime | statustime | |
location_specific_status_changes_locationmonitorid_ifserviceid | locationmonitorid, ifserviceid | |
location_specific_status_changes_locationmonitorid | locationmonitorid | |
location_specific_status_changes_ifserviceid | ifserviceid | |
location_specific_status_changes_locationmonitorid_loc_if_time | locationmonitorid, ifserviceid, statustime |
Foreign Keys
Relation | Column | Referenced Column |
public.ifservices | ifserviceid | id |
public.location_monitors | locationmonitorid | id |