Difference between revisions of "Public.location monitor details (table)"
Line 43: | Line 43: | ||
| '''Columns | | '''Columns | ||
+ | |- valign="top" | ||
+ | | location_monitor_details_id | ||
+ | | | ||
+ | | locationmonitorid | ||
|- valign="top" | |- valign="top" | ||
| location_monitor_details_id_property | | location_monitor_details_id_property | ||
| Unique | | Unique | ||
| locationmonitorid, property | | locationmonitorid, property | ||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
Revision as of 10:09, 27 August 2011
Contents
wikibot
Table | public.location_monitor_details |
Columns
Column | Data Type | Nullable | Default | Description |
locationmonitorid | integer | not null | ||
property | varchar(255) | not null | ||
propertyvalue | varchar(255) | null |
Indexes
Index | Type | Columns |
location_monitor_details_id | locationmonitorid | |
location_monitor_details_id_property | Unique | locationmonitorid, property |
Foreign Keys
Relation | Column | Referenced Column |
public.location_monitors | locationmonitorid | id |