Difference between revisions of "Public.map (table)"
Line 9: | Line 9: | ||
+ | === Columns === | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
Line 15: | Line 16: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
− | | ''' | + | | '''Description |
− | |||
|- | |- | ||
Line 23: | Line 23: | ||
| not null | | not null | ||
| | | | ||
− | |||
| | | | ||
|- | |- | ||
Line 29: | Line 28: | ||
| varchar(40) | | varchar(40) | ||
| not null | | not null | ||
− | |||
| | | | ||
| | | | ||
Line 36: | Line 34: | ||
| varchar(256) | | varchar(256) | ||
| null | | null | ||
− | |||
| | | | ||
| | | | ||
Line 43: | Line 40: | ||
| varchar(64) | | varchar(64) | ||
| not null | | not null | ||
− | |||
| | | | ||
| | | | ||
Line 50: | Line 46: | ||
| timestamp without time zone | | timestamp without time zone | ||
| not null | | not null | ||
− | |||
| | | | ||
| | | | ||
Line 57: | Line 52: | ||
| char(6) | | char(6) | ||
| not null | | not null | ||
− | |||
| | | | ||
| | | | ||
Line 64: | Line 58: | ||
| varchar(64) | | varchar(64) | ||
| not null | | not null | ||
− | |||
| | | | ||
| | | | ||
Line 71: | Line 64: | ||
| timestamp without time zone | | timestamp without time zone | ||
| not null | | not null | ||
− | |||
| | | | ||
| | | | ||
Line 78: | Line 70: | ||
| double precision | | double precision | ||
| null | | null | ||
− | |||
| | | | ||
| | | | ||
Line 85: | Line 76: | ||
| integer | | integer | ||
| null | | null | ||
− | |||
| | | | ||
| | | | ||
Line 92: | Line 82: | ||
| integer | | integer | ||
| null | | null | ||
− | |||
| | | | ||
| | | | ||
Line 99: | Line 88: | ||
| char(1) | | char(1) | ||
| null | | null | ||
− | |||
| | | | ||
| | | | ||
Line 106: | Line 94: | ||
| integer | | integer | ||
| not null | | not null | ||
− | |||
| | | | ||
| | | | ||
Line 113: | Line 100: | ||
| integer | | integer | ||
| not null | | not null | ||
− | |||
| | | | ||
| | | | ||
|} | |} | ||
+ | === Primary Key === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Primary Key | ||
+ | | '''Columns | ||
+ | |- | ||
+ | | pk_mapid | ||
+ | | mapid | ||
+ | |} | ||
− | + | === Detail Tables === | |
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" |
Revision as of 08:32, 11 February 2010
wikibot
Table | public.map |
Columns
Column | Data Type | Nullable | Default | Description |
mapid | integer | not null | ||
mapname | varchar(40) | not null | ||
mapbackground | varchar(256) | null | ||
mapowner | varchar(64) | not null | ||
mapcreatetime | timestamp without time zone | not null | ||
mapaccess | char(6) | not null | ||
userlastmodifies | varchar(64) | not null | ||
lastmodifiedtime | timestamp without time zone | not null | ||
mapscale | double precision | null | ||
mapxoffset | integer | null | ||
mapyoffset | integer | null | ||
maptype | char(1) | null | ||
mapwidth | integer | not null | ||
mapheight | integer | not null |
Primary Key
Primary Key | Columns |
pk_mapid | mapid |
Detail Tables
Detail Table | Column | Referencing Column |
public.element | mapid | mapid |