Difference between revisions of "Public.location monitor details (table)"
Line 2: | Line 2: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- valign="top" |
| '''Table | | '''Table | ||
| public.location_monitor_details | | public.location_monitor_details | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 17: | Line 15: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| locationmonitorid | | locationmonitorid | ||
| integer | | integer | ||
Line 24: | Line 22: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| property | | property | ||
| varchar(255) | | varchar(255) | ||
Line 30: | Line 28: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| propertyvalue | | propertyvalue | ||
| varchar(255) | | varchar(255) | ||
Line 44: | Line 42: | ||
| '''Type | | '''Type | ||
| '''Columns | | '''Columns | ||
− | + | ||
− | |- | + | |- valign="top" |
| location_monitor_details_id_property | | location_monitor_details_id_property | ||
| Unique | | Unique | ||
| locationmonitorid, property | | locationmonitorid, property | ||
− | |- | + | |- valign="top" |
| location_monitor_details_id | | location_monitor_details_id | ||
| | | | ||
Line 61: | Line 59: | ||
| '''Column | | '''Column | ||
| '''Referenced Column | | '''Referenced Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[public.location_monitors_(table)|public.location_monitors]] | | [[public.location_monitors_(table)|public.location_monitors]] | ||
| locationmonitorid | | locationmonitorid | ||
| id | | id | ||
|} | |} |
Revision as of 23:39, 24 June 2010
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_property | Unique | locationmonitorid, property |
location_monitor_details_id | locationmonitorid |
Foreign Keys
Relation | Column | Referenced Column |
public.location_monitors | locationmonitorid | id |