user_layer_style

-1 rows


Description

Styles for user imported layer

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('user_layer_style_id_seq'::regclass)
user_layer.style_id user_layer_style_id_fkeyR
stroke_width int4 10 null
stroke_color bpchar 7 null
fill_color bpchar 7 null
dot_color bpchar 7 null
dot_size int4 10 null
border_width int4 10 null
border_color bpchar 7 null
dot_shape varchar 20 '8'::character varying
stroke_linejoin varchar 256 null
fill_pattern int4 10 (-1)
stroke_linecap varchar 256 null
stroke_dasharray varchar 256 null
border_linejoin varchar 256 null
border_dasharray varchar 256 null

Indexes

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

Relationships