Difference between revisions of "Public.testdatatypes (table)"
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- valign="top" |
| '''Table | | '''Table | ||
| public.testdatatypes | | public.testdatatypes | ||
Line 8: | Line 8: | ||
| '''Description | | '''Description | ||
| autoinc | | autoinc | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 20: | Line 18: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| id | | id | ||
| integer | | integer | ||
| not null | | not null | ||
− | | | + | | |
| autoinc | | autoinc | ||
− | |- | + | |- valign="top" |
| num52 | | num52 | ||
| numeric(5, 2) | | numeric(5, 2) | ||
Line 33: | Line 31: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| num63 | | num63 | ||
| numeric(6, 3) | | numeric(6, 3) | ||
Line 39: | Line 37: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| num84 | | num84 | ||
| numeric(8, 4) | | numeric(8, 4) | ||
Line 45: | Line 43: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| realvalue | | realvalue | ||
| real | | real | ||
Line 51: | Line 49: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| dec52 | | dec52 | ||
| numeric(5, 2) | | numeric(5, 2) | ||
Line 57: | Line 55: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| dec63 | | dec63 | ||
| numeric(6, 3) | | numeric(6, 3) | ||
Line 63: | Line 61: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| dec84 | | dec84 | ||
| numeric(8, 4) | | numeric(8, 4) |
Latest revision as of 10: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 |