Public.testdatatypes (table)

From dbscript Online Help
Revision as of 00:40, 25 June 2010 by Bot (talk | contribs)
Jump to: navigation, search

wikibot

Table public.testdatatypes
Description autoinc

Columns

Column Data Type Nullable Default Description
id integer not null nextval('testdatatypes_id_seq'::regclass) 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