Difference between revisions of "Public.location monitors (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_monitors | | public.location_monitors | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 17: | Line 15: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| id | | id | ||
| integer | | integer | ||
Line 24: | Line 22: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| status | | status | ||
| varchar(31) | | varchar(31) | ||
Line 30: | Line 28: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| lastcheckintime | | lastcheckintime | ||
| timestamp with time zone | | timestamp with time zone | ||
Line 36: | Line 34: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| definitionname | | definitionname | ||
| varchar(31) | | varchar(31) | ||
Line 49: | Line 47: | ||
| '''Primary Key | | '''Primary Key | ||
| '''Columns | | '''Columns | ||
− | |- | + | |- valign="top" |
| location_monitors_pkey | | location_monitors_pkey | ||
| id | | id | ||
Line 60: | Line 58: | ||
| '''Column | | '''Column | ||
| '''Referencing Column | | '''Referencing Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[public.location_monitor_details_(table)|public.location_monitor_details]] | | [[public.location_monitor_details_(table)|public.location_monitor_details]] | ||
| id | | id | ||
| locationmonitorid | | locationmonitorid | ||
− | |- | + | |- valign="top" |
| [[public.location_specific_status_changes_(table)|public.location_specific_status_changes]] | | [[public.location_specific_status_changes_(table)|public.location_specific_status_changes]] | ||
| id | | id | ||
| locationmonitorid | | locationmonitorid | ||
|} | |} |
Revision as of 23:39, 24 June 2010
wikibot
Table | public.location_monitors |
Columns
Column | Data Type | Nullable | Default | Description |
id | integer | not null | ||
status | varchar(31) | not null | ||
lastcheckintime | timestamp with time zone | null | ||
definitionname | varchar(31) | not null |
Primary Key
Primary Key | Columns |
location_monitors_pkey | id |
Detail Tables
Detail Table | Column | Referencing Column |
public.location_monitor_details | id | locationmonitorid |
public.location_specific_status_changes | id | locationmonitorid |