Public.testdatatypes (table)
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 |