Difference between revisions of "Public.location monitor details (table)"
(2 intermediate revisions by the same user not shown) | |||
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 | | location_monitor_details_id | ||
| | | | ||
| locationmonitorid | | locationmonitorid | ||
+ | |- valign="top" | ||
+ | | location_monitor_details_id_property | ||
+ | | | ||
+ | | locationmonitorid, property | ||
|} | |} | ||
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 | ||
|} | |} |
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 |