Difference between revisions of "Public.map (table)"

From dbscript Online Help
Jump to: navigation, search
 
Line 112: Line 112:
 
|}
 
|}
  
=== Foreign Keys ===
+
=== 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"
| '''Relation
+
| '''Detail Table
 
| '''Column
 
| '''Column
| '''Referenced Column
+
| '''Referencing Column
  
 
|- valign="top"
 
|- valign="top"
| [[public.map_(table)|public.map]]
+
| [[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