Public.map (table)

From dbscript Online Help
Revision as of 15:43, 7 August 2009 by Bot (talk | contribs)
Jump to: navigation, search

wikibot

Table public.map


Column Data Type Nullable Default PK Index
mapid integer not null pk_mapid
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


Detail Table Column Referencing Column
public.element mapid mapid