Public.location monitor details (table)
Contents
wikibot[edit]
Table | public.location_monitor_details |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
locationmonitorid | integer | not null | ||
property | varchar(255) | not null | ||
propertyvalue | varchar(255) | null |
Indexes[edit]
Index | Type | Columns |
location_monitor_details_id | locationmonitorid | |
location_monitor_details_id_property | locationmonitorid, property |
Foreign Keys[edit]
Relation | Column | Referenced Column |
public.location_monitors | locationmonitorid | id |