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

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.testdatatypes |- |} {| border="1" cellpadding="5" cellspacing="0" sty...)
 
Line 20: Line 20:
 
|-
 
|-
 
| id
 
| id
|  
+
| integer
 
| not null
 
| not null
 
| nextval('testdatatypes_id_seq'::regclass)
 
| nextval('testdatatypes_id_seq'::regclass)
Line 27: Line 27:
 
|-
 
|-
 
| num52
 
| num52
|  
+
| numeric(5, 2)
 
| null
 
| null
 
|  
 
|  
Line 34: Line 34:
 
|-
 
|-
 
| num63
 
| num63
|  
+
| numeric(6, 3)
 
| null
 
| null
 
|  
 
|  
Line 41: Line 41:
 
|-
 
|-
 
| num84
 
| num84
|  
+
| numeric(8, 4)
 
| null
 
| null
 
|  
 
|  
Line 48: Line 48:
 
|-
 
|-
 
| realvalue
 
| realvalue
|  
+
| real
 
| null
 
| null
 
|  
 
|  
Line 55: Line 55:
 
|-
 
|-
 
| dec52
 
| dec52
|  
+
| numeric(5, 2)
 
| null
 
| null
 
|  
 
|  
Line 62: Line 62:
 
|-
 
|-
 
| dec63
 
| dec63
|  
+
| numeric(6, 3)
 
| null
 
| null
 
|  
 
|  
Line 69: Line 69:
 
|-
 
|-
 
| dec84
 
| dec84
|  
+
| numeric(8, 4)
 
| null
 
| null
 
|  
 
|  

Revision as of 15:44, 7 August 2009

wikibot

Table public.testdatatypes


Column Data Type Nullable Default PK Index
id integer not null nextval('testdatatypes_id_seq'::regclass)
num52 numeric(5, 2) null
num63 numeric(6, 3) null
num84 numeric(8, 4) null
realvalue real null
dec52 numeric(5, 2) null
dec63 numeric(6, 3) null
dec84 numeric(8, 4) null