Public.map (table)
From dbscript Online Help
Contents |
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 |
