Difference between revisions of "Public.map (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.map |- |} {| border="1" cellpadding="5" cellspacing="0" style="border...) |
|||
| (4 intermediate revisions 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.map | | public.map | ||
| − | |||
|} | |} | ||
| − | + | === 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 14: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
| − | | ''' | + | | '''Description |
| − | + | ||
| − | + | |- valign="top" | |
| − | |- | ||
| mapid | | mapid | ||
| − | | | + | | integer |
| not null | | not null | ||
| | | | ||
| − | |||
| | | | ||
| − | |- | + | |- valign="top" |
| mapname | | mapname | ||
| − | | | + | | varchar(40) |
| not null | | not null | ||
| | | | ||
| | | | ||
| − | + | |- valign="top" | |
| − | |- | ||
| mapbackground | | mapbackground | ||
| − | | | + | | varchar(256) |
| null | | null | ||
| | | | ||
| | | | ||
| − | + | |- valign="top" | |
| − | |- | ||
| mapowner | | mapowner | ||
| − | | | + | | varchar(64) |
| not null | | not null | ||
| | | | ||
| | | | ||
| − | + | |- valign="top" | |
| − | |- | ||
| mapcreatetime | | mapcreatetime | ||
| − | | | + | | timestamp without time zone |
| not null | | not null | ||
| | | | ||
| | | | ||
| − | + | |- valign="top" | |
| − | |- | ||
| mapaccess | | mapaccess | ||
| − | | | + | | char(6) |
| not null | | not null | ||
| | | | ||
| | | | ||
| − | + | |- valign="top" | |
| − | |- | ||
| userlastmodifies | | userlastmodifies | ||
| − | | | + | | varchar(64) |
| not null | | not null | ||
| | | | ||
| | | | ||
| − | + | |- valign="top" | |
| − | |- | ||
| lastmodifiedtime | | lastmodifiedtime | ||
| − | | | + | | timestamp without time zone |
| not null | | not null | ||
| | | | ||
| | | | ||
| − | + | |- valign="top" | |
| − | |- | ||
| mapscale | | mapscale | ||
| − | | | + | | double precision |
| null | | null | ||
| | | | ||
| | | | ||
| − | + | |- valign="top" | |
| − | |- | ||
| mapxoffset | | mapxoffset | ||
| − | | | + | | integer |
| null | | null | ||
| | | | ||
| | | | ||
| − | + | |- valign="top" | |
| − | |- | ||
| mapyoffset | | mapyoffset | ||
| − | | | + | | integer |
| null | | null | ||
| | | | ||
| | | | ||
| − | + | |- valign="top" | |
| − | |- | ||
| maptype | | maptype | ||
| − | | | + | | char(1) |
| null | | null | ||
| | | | ||
| | | | ||
| − | + | |- valign="top" | |
| − | |- | ||
| mapwidth | | mapwidth | ||
| − | | | + | | integer |
| not null | | not null | ||
| | | | ||
| | | | ||
| − | + | |- valign="top" | |
| − | |- | ||
| mapheight | | mapheight | ||
| − | | | + | | integer |
| not null | | not null | ||
| − | |||
| | | | ||
| | | | ||
|} | |} | ||
| + | === Primary Key === | ||
| + | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
| + | |- style="background:silver" | ||
| + | | '''Primary Key | ||
| + | | '''Columns | ||
| + | |- valign="top" | ||
| + | | 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" | ||
| Line 125: | Line 118: | ||
| '''Column | | '''Column | ||
| '''Referencing Column | | '''Referencing Column | ||
| − | + | ||
| − | |- | + | |- valign="top" |
| [[public.element_(table)|public.element]] | | [[public.element_(table)|public.element]] | ||
| mapid | | mapid | ||
| mapid | | mapid | ||
|} | |} | ||
Latest revision as of 10:25, 27 August 2011
wikibot[edit]
| Table | public.map |
Columns[edit]
| 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[edit]
| Primary Key | Columns |
| pk_mapid | mapid |
Detail Tables[edit]
| Detail Table | Column | Referencing Column |
| public.element | mapid | mapid |