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

From dbscript Online Help
Jump to: navigation, search
 
Line 23: Line 23:
 
| integer
 
| integer
 
| not null
 
| not null
| nextval('testdatatypes_id_seq'::regclass)
+
|  
 
| autoinc
 
| autoinc
 
|- valign="top"
 
|- valign="top"

Latest revision as of 11:10, 27 August 2011

wikibot[edit]

Table public.testdatatypes
Description autoinc

Columns[edit]

Column Data Type Nullable Default Description
id integer not null autoinc
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