mapnode


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('zone.mapnode_id_seq'::regclass)
zone_id int4 10 null
map_id int4 10 null
device_id int4 10 null
xcoord float4 8,8 null
ycoord float4 8,8 null
width float4 8,8 null
height float4 8,8 null
label text 2147483647 null
tag text 2147483647 null
asset_reference text 2147483647 null
action_items text 2147483647 null
acknowledged bool 1 false
acknowledged_time timestamp 29,6 now()

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
mapnode_pkey Primary key Asc id