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"...) |
|||
Line 20: | Line 20: | ||
|- | |- | ||
| id | | id | ||
− | | | + | | integer |
| not null | | not null | ||
| | | | ||
Line 27: | Line 27: | ||
|- | |- | ||
| status | | status | ||
− | | | + | | varchar(31) |
| not null | | not null | ||
| | | | ||
Line 34: | Line 34: | ||
|- | |- | ||
| lastcheckintime | | lastcheckintime | ||
− | | | + | | timestamp with time zone |
| null | | null | ||
| | | | ||
Line 41: | Line 41: | ||
|- | |- | ||
| definitionname | | definitionname | ||
− | | | + | | varchar(31) |
| not null | | not null | ||
| | | |
Revision as of 14:43, 7 August 2009
wikibot
Table | public.location_monitors |
Column | Data Type | Nullable | Default | PK | Index |
id | integer | not null | location_monitors_pkey | ||
status | varchar(31) | not null | |||
lastcheckintime | timestamp with time zone | null | |||
definitionname | varchar(31) | not null |
Detail Table | Column | Referencing Column |
public.location_monitor_details | id | locationmonitorid |
public.location_specific_status_changes | id | locationmonitorid |