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

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.reportlocator |- |} {| border="1" cellpadding="5" cellspacing="0" sty...)
 
Line 20: Line 20:
 
|-
 
|-
 
| reportid
 
| reportid
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
Line 27: Line 27:
 
|-
 
|-
 
| reportcategory
 
| reportcategory
|  
+
| varchar(256)
 
| not null
 
| not null
 
|  
 
|  
Line 34: Line 34:
 
|-
 
|-
 
| reportdate
 
| reportdate
|  
+
| timestamp with time zone
 
| not null
 
| not null
 
|  
 
|  
Line 41: Line 41:
 
|-
 
|-
 
| reportformat
 
| reportformat
|  
+
| varchar(256)
 
| not null
 
| not null
 
|  
 
|  
Line 48: Line 48:
 
|-
 
|-
 
| reporttype
 
| reporttype
|  
+
| varchar(256)
 
| not null
 
| not null
 
|  
 
|  
Line 55: Line 55:
 
|-
 
|-
 
| reportlocation
 
| reportlocation
|  
+
| varchar(256)
 
| not null
 
| not null
 
|  
 
|  
Line 62: Line 62:
 
|-
 
|-
 
| reportavailable
 
| reportavailable
|  
+
| boolean
 
| not null
 
| not null
 
|  
 
|  

Revision as of 15:44, 7 August 2009

wikibot

Table public.reportlocator


Column Data Type Nullable Default PK Index
reportid integer not null
reportcategory varchar(256) not null
reportdate timestamp with time zone not null
reportformat varchar(256) not null
reporttype varchar(256) not null
reportlocation varchar(256) not null
reportavailable boolean not null