map


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('zone.map_id_seq'::regclass)
type text 2147483647 null
zone_id int4 10 null
user_id int4 10 null
user.id fk_map_user C
title text 2147483647 null
description text 2147483647 null
preferences text 2147483647 null
created_time timestamp 29,6 now()
created_by int4 10 null

Table contained 0 rows

Indexes

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

Relationships