Difference between revisions of "Public.servermap (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 22: Line 22:
 
| varchar(16)
 
| varchar(16)
 
| not null
 
| not null
|
 
 
|  
 
|  
 
|  
 
|  
Line 31: Line 30:
 
|  
 
|  
 
|  
 
|  
 +
|}
 +
 +
=== Indexes ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Index
 +
| '''Type
 +
| '''Columns
 +
 +
|-
 
| server_name_idx
 
| server_name_idx
 +
|
 +
| servername
 
|}
 
|}

Revision as of 09:32, 11 February 2010

wikibot

Table public.servermap


Columns

Column Data Type Nullable Default Description
ipaddr varchar(16) not null
servername varchar(64) not null

Indexes

Index Type Columns
server_name_idx servername