Difference between revisions of "Public.vulnplugins (table)"

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.vulnplugins |- |} {| border="1" cellpadding="5" cellspacing="0" style...)
 
 
(3 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.vulnplugins
 
| public.vulnplugins
|-
 
 
|}
 
|}
  
 
+
=== 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"
|-
 
 
| pluginid
 
| pluginid
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
| vulnplugins_plugin_idx
+
|- valign="top"
|-
 
 
| pluginsubid
 
| pluginsubid
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
| vulnplugins_plugin_idx
+
|- valign="top"
|-
 
 
| name
 
| name
|  
+
| varchar(128)
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| category
 
| category
|  
+
| varchar(32)
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| copyright
 
| copyright
|  
+
| varchar(128)
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| descr
 
| descr
|  
+
| text
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| summary
 
| summary
|  
+
| varchar(256)
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| family
 
| family
|  
+
| varchar(32)
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| version
 
| version
|  
+
| varchar(32)
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| cveentry
 
| cveentry
|  
+
| varchar(255)
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| md5
 
| md5
|  
+
| varchar(32)
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
 +
|}
 +
 +
=== Indexes ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Index
 +
| '''Type
 +
| '''Columns
 +
 +
|- valign="top"
 +
| vulnplugins_plugin_idx
 
|  
 
|  
 +
| pluginid, pluginsubid
 
|}
 
|}

Latest revision as of 11:20, 27 August 2011

wikibot[edit]

Table public.vulnplugins

Columns[edit]

Column Data Type Nullable Default Description
pluginid integer not null
pluginsubid integer not null
name varchar(128) null
category varchar(32) null
copyright varchar(128) null
descr text null
summary varchar(256) null
family varchar(32) null
version varchar(32) null
cveentry varchar(255) null
md5 varchar(32) null

Indexes[edit]

Index Type Columns
vulnplugins_plugin_idx pluginid, pluginsubid