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...)
 
Line 20: Line 20:
 
|-
 
|-
 
| locationmonitorid
 
| locationmonitorid
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
Line 27: Line 27:
 
|-
 
|-
 
| property
 
| property
|  
+
| varchar(255)
 
| not null
 
| not null
 
|  
 
|  
Line 34: Line 34:
 
|-
 
|-
 
| propertyvalue
 
| propertyvalue
|  
+
| varchar(255)
 
| null
 
| null
 
|  
 
|  

Revision as of 15:43, 7 August 2009

wikibot

Table public.location_monitor_details


Column Data Type Nullable Default PK Index
locationmonitorid integer not null location_monitor_details_id_propertylocation_monitor_details_id
property varchar(255) not null location_monitor_details_id_property
propertyvalue varchar(255) null


Relation Column Referenced Column
public.location_monitors locationmonitorid id