Public.location monitors (table)
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 |