Difference between revisions of "Public.location monitor details (table)"
Line 49: | Line 49: | ||
|- valign="top" | |- valign="top" | ||
| location_monitor_details_id_property | | location_monitor_details_id_property | ||
− | | | + | | |
| locationmonitorid, 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 |