Difference between revisions of "Public.location monitors (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 23: Line 23:
 
| not null
 
| not null
 
|  
 
|  
| location_monitors_pkey
 
 
|  
 
|  
 
|-
 
|-
Line 29: Line 28:
 
| varchar(31)
 
| varchar(31)
 
| not null
 
| not null
|
 
 
|  
 
|  
 
|  
 
|  
Line 36: Line 34:
 
| timestamp with time zone
 
| timestamp with time zone
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
Line 43: Line 40:
 
| varchar(31)
 
| varchar(31)
 
| not null
 
| not null
|
 
 
|  
 
|  
 
|  
 
|  
 
|}
 
|}
  
 +
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|-
 +
| location_monitors_pkey
 +
| id
 +
|}
  
 
+
=== Detail Tables ===
 
{| 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_monitors


Columns

Column Data Type Nullable Default Description
id integer not null
status varchar(31) not null
lastcheckintime timestamp with time zone null
definitionname varchar(31) not null

Primary Key

Primary Key Columns
location_monitors_pkey id

Detail Tables

Detail Table Column Referencing Column
public.location_monitor_details id locationmonitorid
public.location_specific_status_changes id locationmonitorid