Difference between revisions of "Public.location monitor details (table)"
(One intermediate revision by the same user not shown) | |||
Line 43: | Line 43: | ||
| '''Columns | | '''Columns | ||
− | |||
− | |||
− | |||
− | |||
|- valign="top" | |- valign="top" | ||
| location_monitor_details_id | | location_monitor_details_id | ||
| | | | ||
| locationmonitorid | | locationmonitorid | ||
+ | |- valign="top" | ||
+ | | location_monitor_details_id_property | ||
+ | | | ||
+ | | locationmonitorid, property | ||
|} | |} | ||
Latest revision as of 10:19, 27 August 2011
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 |