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

From dbscript Online Help
Jump to: navigation, search
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 ===
 
=== Columns ===
Line 17: Line 15:
 
| '''Default
 
| '''Default
 
| '''Description
 
| '''Description
+
 
|-
+
|- valign="top"
 
| mapid
 
| mapid
 
| integer
 
| integer
Line 24: Line 22:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| mapname
 
| mapname
 
| varchar(40)
 
| varchar(40)
Line 30: Line 28:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| mapbackground
 
| mapbackground
 
| varchar(256)
 
| varchar(256)
Line 36: Line 34:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| mapowner
 
| mapowner
 
| varchar(64)
 
| varchar(64)
Line 42: Line 40:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| mapcreatetime
 
| mapcreatetime
 
| timestamp without time zone
 
| timestamp without time zone
Line 48: Line 46:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| mapaccess
 
| mapaccess
 
| char(6)
 
| char(6)
Line 54: Line 52:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| userlastmodifies
 
| userlastmodifies
 
| varchar(64)
 
| varchar(64)
Line 60: Line 58:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| lastmodifiedtime
 
| lastmodifiedtime
 
| timestamp without time zone
 
| timestamp without time zone
Line 66: Line 64:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| mapscale
 
| mapscale
 
| double precision
 
| double precision
Line 72: Line 70:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| mapxoffset
 
| mapxoffset
 
| integer
 
| integer
Line 78: Line 76:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| mapyoffset
 
| mapyoffset
 
| integer
 
| integer
Line 84: Line 82:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| maptype
 
| maptype
 
| char(1)
 
| char(1)
Line 90: Line 88:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| mapwidth
 
| mapwidth
 
| integer
 
| integer
Line 96: Line 94:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| mapheight
 
| mapheight
 
| integer
 
| integer
Line 109: Line 107:
 
| '''Primary Key
 
| '''Primary Key
 
| '''Columns
 
| '''Columns
|-
+
|- valign="top"
 
| pk_mapid
 
| pk_mapid
 
| mapid
 
| mapid
Line 120: Line 118:
 
| '''Column
 
| '''Column
 
| '''Referencing Column
 
| '''Referencing Column
+
 
|-
+
|- valign="top"
 
| [[public.element_(table)|public.element]]
 
| [[public.element_(table)|public.element]]
 
| mapid
 
| mapid
 
| mapid
 
| mapid
 
|}
 
|}

Revision as of 00:39, 25 June 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