Difference between revisions of "Public.location monitors (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.location_monitors |- |} {| border="1" cellpadding="5" cellspacing="0"...) |
|||
| (4 intermediate revisions by the same user not shown) | |||
| 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 === | |
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
| Line 15: | Line 14: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
| − | | ''' | + | | '''Description |
| − | + | ||
| − | + | |- valign="top" | |
| − | |- | ||
| id | | id | ||
| − | | | + | | integer |
| not null | | not null | ||
| | | | ||
| − | |||
| | | | ||
| − | |- | + | |- valign="top" |
| status | | status | ||
| − | | | + | | varchar(31) |
| not null | | not null | ||
| | | | ||
| | | | ||
| − | + | |- valign="top" | |
| − | |- | ||
| lastcheckintime | | lastcheckintime | ||
| − | | | + | | timestamp with time zone |
| null | | null | ||
| | | | ||
| | | | ||
| − | + | |- valign="top" | |
| − | |- | ||
| definitionname | | definitionname | ||
| − | | | + | | varchar(31) |
| not null | | not null | ||
| − | |||
| | | | ||
| | | | ||
|} | |} | ||
| + | === Primary Key === | ||
| + | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
| + | |- style="background:silver" | ||
| + | | '''Primary Key | ||
| + | | '''Columns | ||
| + | |- valign="top" | ||
| + | | location_monitors_pkey | ||
| + | | id | ||
| + | |} | ||
| − | + | === Detail Tables === | |
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
| Line 55: | 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 | ||
|} | |} | ||
Latest revision as of 10:25, 27 August 2011
wikibot[edit]
| Table | public.location_monitors |
Columns[edit]
| 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[edit]
| Primary Key | Columns |
| location_monitors_pkey | id |
Detail Tables[edit]
| Detail Table | Column | Referencing Column |
| public.location_monitor_details | id | locationmonitorid |
| public.location_specific_status_changes | id | locationmonitorid |