Difference between revisions of "Public.location monitor details (table)"

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.location_monitor_details |- |} {| border="1" cellpadding="5" cellspac...)
 
 
(4 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 ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 15: Line 14:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description
| '''Index
+
 
+
|- valign="top"
|-
 
 
| locationmonitorid
 
| locationmonitorid
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
| location_monitor_details_id_propertylocation_monitor_details_id
+
|- valign="top"
|-
 
 
| property
 
| property
|  
+
| varchar(255)
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
| location_monitor_details_id_property
+
|- valign="top"
|-
 
 
| propertyvalue
 
| propertyvalue
|  
+
| varchar(255)
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
 
|}
 
|}
  
 +
=== Indexes ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Index
 +
| '''Type
 +
| '''Columns
  
 +
|- valign="top"
 +
| location_monitor_details_id
 +
|
 +
| locationmonitorid
 +
|- valign="top"
 +
| location_monitor_details_id_property
 +
|
 +
| locationmonitorid, property
 +
|}
  
 +
=== Foreign Keys ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 48: 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 11:19, 27 August 2011

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