oskari_ratings

0 rows


Description

Table for rating metadata/anything really (not used currently)

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('ratings_id_seq'::regclass)
userid bigserial 19 nextval('ratings_userid_seq'::regclass)
rating int4 10 null
category text 2147483647 null
categoryitem text 2147483647 null
comment text 2147483647 null
userrole varchar 64 null
created timestamp 29,6 now()

Indexes

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