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

From dbscript Online Help
Jump to: navigation, search
Line 9: Line 9:
  
  
 +
=== 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 16:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description
| '''Index
 
 
 
 
|-
 
|-
Line 24: Line 24:
 
|  
 
|  
 
|  
 
|  
| location_monitor_details_id_propertylocation_monitor_details_id
 
 
|-
 
|-
 
| property
 
| property
Line 31: Line 30:
 
|  
 
|  
 
|  
 
|  
| location_monitor_details_id_property
 
 
|-
 
|-
 
| propertyvalue
 
| propertyvalue
Line 38: Line 36:
 
|  
 
|  
 
|  
 
|  
 +
|}
 +
 +
=== Indexes ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Index
 +
| '''Type
 +
| '''Columns
 +
 +
|-
 +
| location_monitor_details_id_property
 +
| Unique
 +
| locationmonitorid, property
 +
|-
 +
| location_monitor_details_id
 
|  
 
|  
 +
| locationmonitorid
 
|}
 
|}
  
 
+
=== 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"

Revision as of 09:31, 11 February 2010

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