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